Click here to Skip to main content
15,905,316 members
Home / Discussions / C#
   

C#

 
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 
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 
There's nothing wrong with using the StreamWriter to create the html report, but it may be easier with the XmlTextWriter as it is specialized on the generation of xml files and html can be regarded as a special xml grammar. As said before it frees you from generating the markup and thereby will ease your work and make it less error prone. By the way, it is not that different from the StreamWriter. Simply spoken, it only provides some more specialized Write methods. Take a look at the examples in the documentation and I'm sure you get used to it quickly.


"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: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 
GeneralRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 19:43
protectorChristian Graus22-Jan-07 19:43 
GeneralRe: Store value in application instead of database Pin
cocoonwls22-Jan-07 20:00
cocoonwls22-Jan-07 20:00 
GeneralRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 20:03
protectorChristian Graus22-Jan-07 20:03 
GeneralRe: Store value in application instead of database [modified] Pin
bobsugar22222-Jan-07 22:09
bobsugar22222-Jan-07 22:09 
AnswerRe: Store value in application instead of database Pin
aSarafian23-Jan-07 1:05
aSarafian23-Jan-07 1:05 
Questionnewbie: How to implent Back button on Treeview selections Pin
Monika Dotnet Newbie22-Jan-07 17:55
Monika Dotnet Newbie22-Jan-07 17: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.