Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
GeneralRe: DBNull in Tpyed Datasets Pin
J4amieC6-Feb-08 4:43
J4amieC6-Feb-08 4:43 
GeneralRetrieve from MSAccess Pin
Star096-Feb-08 2:38
Star096-Feb-08 2:38 
GeneralRe: Retrieve from MSAccess Pin
sathish s6-Feb-08 2:45
sathish s6-Feb-08 2:45 
GeneralRe: Retrieve from MSAccess Pin
Justin Perez6-Feb-08 2:48
Justin Perez6-Feb-08 2:48 
Generalwebbrowser control problem Pin
Russell Jones6-Feb-08 2:34
Russell Jones6-Feb-08 2:34 
GeneralRe: webbrowser control problem Pin
led mike6-Feb-08 5:14
led mike6-Feb-08 5:14 
GeneralRe: webbrowser control problem Pin
Russell Jones6-Feb-08 5:32
Russell Jones6-Feb-08 5:32 
GeneralRe: webbrowser control problem Pin
led mike6-Feb-08 5:43
led mike6-Feb-08 5:43 
Russell Jones wrote:
Is there a way to force the browser to render the text it's been given?

Not exactly sure what you mean by that but this has been working for me for several years now

browserCtrl.Navigate("about:blank");
string sHtml = "<html><body>No Document</body></html>";
Document.Write(sHtml);

This is in a User Control where also:

public HtmlDocument Document { get { return browserCtrl.Document; } }



led mike

Questionhow to get all child node from perticular node of xml file in c# .net Pin
dudhat6-Feb-08 1:05
dudhat6-Feb-08 1:05 
AnswerRe: how to get all child node from perticular node of xml file in c# .net Pin
Mircea Puiu6-Feb-08 1:08
Mircea Puiu6-Feb-08 1:08 
Questionincompatibility vlc-Axis w.r.t. rtsp basic authentication ? Pin
Aparna.B6-Feb-08 0:52
Aparna.B6-Feb-08 0:52 
QuestionHow to execute Batch of command in MS_DOS(CMD) Pin
Sanjitrajbanshi6-Feb-08 0:35
Sanjitrajbanshi6-Feb-08 0:35 
AnswerRe: How to execute Batch of command in MS_DOS(CMD) Pin
DaveyM696-Feb-08 1:56
professionalDaveyM696-Feb-08 1:56 
QuestionHow to write code or Upload a file in c# Pin
kalyan12115-Feb-08 23:48
kalyan12115-Feb-08 23:48 
GeneralRe: How to write code or Upload a file in c# Pin
N a v a n e e t h6-Feb-08 0:35
N a v a n e e t h6-Feb-08 0:35 
QuestionSecure single sign on/automatic login [modified] Pin
samcyp115-Feb-08 23:06
samcyp115-Feb-08 23:06 
GeneralMDI Problem Pin
murali_utr5-Feb-08 22:43
murali_utr5-Feb-08 22:43 
GeneralRe: MDI Problem Pin
DaveyM696-Feb-08 0:13
professionalDaveyM696-Feb-08 0:13 
Generalinput box in c# Pin
sumit70345-Feb-08 22:35
sumit70345-Feb-08 22:35 
GeneralRe: input box in c# Pin
GuyThiebaut5-Feb-08 23:54
professionalGuyThiebaut5-Feb-08 23:54 
AnswerRe: input box in c# Pin
suchi6-Feb-08 1:32
suchi6-Feb-08 1:32 
GeneralRe: input box in c# Pin
Vasudevan Deepak Kumar6-Feb-08 2:44
Vasudevan Deepak Kumar6-Feb-08 2:44 
QuestionRe: input box in c# Pin
suchi6-Feb-08 17:40
suchi6-Feb-08 17:40 
QuestionHow to write a JAVA program to mesure ping delay..? Pin
sacr835-Feb-08 22:25
sacr835-Feb-08 22:25 
AnswerRe: How to write a JAVA program to mesure ping delay..? Pin
Malcolm Smart5-Feb-08 23:27
Malcolm Smart5-Feb-08 23:27 

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.