Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
QuestionHow to get a notification in a main thread when a child thread finished its task in c#. Pin
Hanumantappa Budihal1-Mar-17 23:37
professionalHanumantappa Budihal1-Mar-17 23:37 
AnswerRe: How to get a notification in a main thread when a child thread finished its task in c#. Pin
Richard MacCutchan1-Mar-17 23:41
mveRichard MacCutchan1-Mar-17 23:41 
AnswerRe: How to get a notification in a main thread when a child thread finished its task in c#. Pin
OriginalGriff2-Mar-17 0:09
mveOriginalGriff2-Mar-17 0:09 
QuestionHow can I pass DataTable to view as JSON/XML code? Pin
Member 1079645326-Feb-17 23:34
Member 1079645326-Feb-17 23:34 
SuggestionRe: How can I pass DataTable to view as JSON/XML code? Pin
Richard MacCutchan27-Feb-17 0:30
mveRichard MacCutchan27-Feb-17 0:30 
AnswerRe: How can I pass DataTable to view as JSON/XML code? Pin
F-ES Sitecore28-Feb-17 3:08
professionalF-ES Sitecore28-Feb-17 3:08 
QuestionImage upload error javascript/c# Pin
John Nederveen26-Feb-17 3:00
John Nederveen26-Feb-17 3:00 
AnswerRe: Image upload error javascript/c# Pin
Richard Deeming26-Feb-17 5:33
mveRichard Deeming26-Feb-17 5:33 
You're trying to post to the UploadImage action on the MemberController.

But according to the code you've posted, that action doesn't exist.

If you debug your Javascript and inspect the err parameter, you'll see a 404 / "not found" error. And if you use the network tools in your browser's developer tools, you'll see the request to Membber/UploadImage returns a 404 / "not found" error message.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Image upload error javascript/c# Pin
John Nederveen26-Feb-17 8:15
John Nederveen26-Feb-17 8:15 
GeneralRe: Image upload error javascript/c# Pin
Dave Kreskowiak26-Feb-17 8:30
mveDave Kreskowiak26-Feb-17 8:30 
GeneralRe: Image upload error javascript/c# Pin
John Nederveen26-Feb-17 9:05
John Nederveen26-Feb-17 9:05 
GeneralRe: Image upload error javascript/c# Pin
Dave Kreskowiak26-Feb-17 10:48
mveDave Kreskowiak26-Feb-17 10:48 
QuestionWMI Events can't get User | ManagementEventWatcher, __INstanceCreationEvent, Win32_Process GetOwner Pin
Member 1302224424-Feb-17 10:25
Member 1302224424-Feb-17 10:25 
AnswerRe: WMI Events can't get User | ManagementEventWatcher, __INstanceCreationEvent, Win32_Process GetOwner Pin
Michael_Davies24-Feb-17 10:37
Michael_Davies24-Feb-17 10:37 
GeneralRe: WMI Events can't get User | ManagementEventWatcher, __INstanceCreationEvent, Win32_Process GetOwner Pin
Member 1302224424-Feb-17 16:02
Member 1302224424-Feb-17 16:02 
QuestionHow to customize timer to fire my routine at specific time Pin
Tridip Bhattacharjee23-Feb-17 22:33
professionalTridip Bhattacharjee23-Feb-17 22:33 
AnswerRe: How to customize timer to fire my routine at specific time Pin
Pete O'Hanlon23-Feb-17 22:42
mvePete O'Hanlon23-Feb-17 22:42 
AnswerRe: How to customize timer to fire my routine at specific time Pin
OriginalGriff23-Feb-17 22:46
mveOriginalGriff23-Feb-17 22:46 
GeneralRe: How to customize timer to fire my routine at specific time Pin
Tridip Bhattacharjee23-Feb-17 22:50
professionalTridip Bhattacharjee23-Feb-17 22:50 
GeneralRe: How to customize timer to fire my routine at specific time Pin
OriginalGriff23-Feb-17 23:01
mveOriginalGriff23-Feb-17 23:01 
AnswerRe: How to customize timer to fire my routine at specific time Pin
Ralf Meier24-Feb-17 0:16
mveRalf Meier24-Feb-17 0:16 
QuestionInserting Localised Lookup Data into a Fresh Database Pin
Jammer23-Feb-17 8:16
Jammer23-Feb-17 8:16 
AnswerRe: Inserting Localised Lookup Data into a Fresh Database Pin
Gerry Schmitz23-Feb-17 9:53
mveGerry Schmitz23-Feb-17 9:53 
GeneralRe: Inserting Localised Lookup Data into a Fresh Database Pin
Jammer23-Feb-17 10:16
Jammer23-Feb-17 10:16 
GeneralRe: Inserting Localised Lookup Data into a Fresh Database Pin
Gerry Schmitz23-Feb-17 11:35
mveGerry Schmitz23-Feb-17 11:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.