Click here to Skip to main content
15,904,934 members
Home / Discussions / C#
   

C#

 
AnswerRe: transfering of file Pin
Parwej Ahamad22-Jan-07 22:39
professionalParwej Ahamad22-Jan-07 22:39 
QuestionPassing an array of structs from c# to unmanaged c++ dll Pin
Marek Konieczny22-Jan-07 21:12
Marek Konieczny22-Jan-07 21:12 
Questionhow to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 21:07
Saira Tanwir22-Jan-07 21:07 
AnswerRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:04
bobsugar22222-Jan-07 22:04 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:17
Saira Tanwir22-Jan-07 22:17 
AnswerRe: how to write on an html page through StremWriter class?? Pin
Guffa22-Jan-07 22:24
Guffa22-Jan-07 22:24 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:35
bobsugar22222-Jan-07 22:35 
AnswerRe: how to write on an html page through StremWriter class?? Pin
Stefan Troschuetz22-Jan-07 22:23
Stefan Troschuetz22-Jan-07 22:23 
Just to clarify things: Do you want to change an existing html file (add some content, ..) or do you want to create a new html file?
In case of the latter I suggest using the XmlTextWriter because it creates nice XHTML and thereby frees you from generating the markup (brackets and so on). If you want to change an existing html file, things are more complicated. If the file is valid XHTML your best bet would be the XmlDocument.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:33
Saira Tanwir22-Jan-07 22:33 
GeneralRe: how to write on an html page through StremWriter class?? [modified] Pin
bobsugar22222-Jan-07 22:39
bobsugar22222-Jan-07 22:39 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:51
Saira Tanwir22-Jan-07 22:51 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:59
bobsugar22222-Jan-07 22:59 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22223-Jan-07 0:09
bobsugar22223-Jan-07 0:09 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Stefan Troschuetz22-Jan-07 22:48
Stefan Troschuetz22-Jan-07 22:48 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:59
Saira Tanwir22-Jan-07 22:59 
QuestionList of languages in C# Pin
bouli22-Jan-07 20:35
bouli22-Jan-07 20:35 
AnswerRe: List of languages in C# Pin
lmoelleb22-Jan-07 20:41
lmoelleb22-Jan-07 20:41 
QuestionSort DatagridView Pin
aaraaayen22-Jan-07 18:55
aaraaayen22-Jan-07 18:55 
AnswerRe: Sort DatagridView Pin
Guffa22-Jan-07 19:25
Guffa22-Jan-07 19:25 
GeneralRe: Sort DatagridView Pin
aaraaayen22-Jan-07 19:45
aaraaayen22-Jan-07 19:45 
AnswerRe: Sort DatagridView Pin
Guffa22-Jan-07 21:09
Guffa22-Jan-07 21:09 
QuestionStore value in application instead of database Pin
cocoonwls22-Jan-07 18:04
cocoonwls22-Jan-07 18:04 
AnswerRe: Store value in application instead of database Pin
Parwej Ahamad22-Jan-07 18:21
professionalParwej Ahamad22-Jan-07 18:21 
AnswerRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 18:59
protectorChristian Graus22-Jan-07 18:59 
GeneralRe: Store value in application instead of database Pin
cocoonwls22-Jan-07 19:23
cocoonwls22-Jan-07 19:23 

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.