Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I access the properties of this object? Pin
Richard Deeming25-Nov-13 8:56
mveRichard Deeming25-Nov-13 8:56 
GeneralRe: How can I access the properties of this object? Pin
turbosupramk325-Nov-13 9:02
turbosupramk325-Nov-13 9:02 
GeneralRe: How can I access the properties of this object? Pin
Richard Deeming25-Nov-13 9:07
mveRichard Deeming25-Nov-13 9:07 
QuestionMemory Usage from Task Manager Pin
devvvy24-Nov-13 13:06
devvvy24-Nov-13 13:06 
AnswerRe: Memory Usage from Task Manager PinPopular
Dave Kreskowiak24-Nov-13 18:05
mveDave Kreskowiak24-Nov-13 18:05 
GeneralRe: Memory Usage from Task Manager Pin
devvvy25-Nov-13 0:49
devvvy25-Nov-13 0:49 
GeneralRe: Memory Usage from Task Manager Pin
Richard MacCutchan25-Nov-13 2:02
mveRichard MacCutchan25-Nov-13 2:02 
GeneralRe: Memory Usage from Task Manager Pin
devvvy29-Nov-13 19:30
devvvy29-Nov-13 19:30 
GeneralRe: Memory Usage from Task Manager Pin
Richard MacCutchan29-Nov-13 22:30
mveRichard MacCutchan29-Nov-13 22:30 
GeneralRe: Memory Usage from Task Manager Pin
Dave Kreskowiak25-Nov-13 2:12
mveDave Kreskowiak25-Nov-13 2:12 
GeneralRe: Memory Usage from Task Manager Pin
devvvy29-Nov-13 16:16
devvvy29-Nov-13 16:16 
GeneralRe: Memory Usage from Task Manager Pin
Dave Kreskowiak29-Nov-13 16:21
mveDave Kreskowiak29-Nov-13 16:21 
GeneralRe: Memory Usage from Task Manager Pin
devvvy29-Nov-13 19:27
devvvy29-Nov-13 19:27 
GeneralRe: Memory Usage from Task Manager Pin
Dave Kreskowiak30-Nov-13 3:10
mveDave Kreskowiak30-Nov-13 3:10 
GeneralRe: Memory Usage from Task Manager Pin
Dave Kreskowiak30-Nov-13 3:14
mveDave Kreskowiak30-Nov-13 3:14 
QuestionThreading Winforms and WPF Pin
dolfBerg24-Nov-13 8:56
dolfBerg24-Nov-13 8:56 
AnswerRe: Threading Winforms and WPF Pin
Dave Kreskowiak24-Nov-13 10:18
mveDave Kreskowiak24-Nov-13 10:18 
QuestionCapturing POST data via .NET 2.0 WebBrowser control Pin
anandraj4124-Nov-13 1:33
anandraj4124-Nov-13 1:33 
AnswerRe: Capturing POST data via .NET 2.0 WebBrowser control Pin
Richard MacCutchan24-Nov-13 2:39
mveRichard MacCutchan24-Nov-13 2:39 
AnswerRe: Capturing POST data via .NET 2.0 WebBrowser control Pin
Dave Kreskowiak24-Nov-13 4:16
mveDave Kreskowiak24-Nov-13 4:16 
QuestionSort an Existing XML File Pin
ASPnoob23-Nov-13 20:46
ASPnoob23-Nov-13 20:46 
AnswerRe: Sort an Existing XML File Pin
Richard MacCutchan23-Nov-13 21:39
mveRichard MacCutchan23-Nov-13 21:39 
QuestionJavaScript functions calling C# functions and Viceversa Pin
Don Guy23-Nov-13 4:30
Don Guy23-Nov-13 4:30 
AnswerRe: JavaScript functions calling C# functions and Viceversa Pin
Dave Kreskowiak23-Nov-13 4:54
mveDave Kreskowiak23-Nov-13 4:54 
Well, first of all, you cannot get a server to push to a client over HTTP. It's a request/response protocol only. The reason for this is quite simple. The server has no idea if the client is still on the same page expecting data. The web server NEVER calls the client.

Typically, the client will "refresh" a part of the page, such as data, by calling a method in your webserver to request new data over Ajax.

GeneralRe: JavaScript functions calling C# functions and Viceversa Pin
Don Guy23-Nov-13 5:55
Don Guy23-Nov-13 5:55 

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.