Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
AnswerRe: Localisation of c# Windows Application Pin
Kodanda Pani23-Jan-07 19:08
Kodanda Pani23-Jan-07 19:08 
GeneralRe: Localisation of c# Windows Application Pin
VijayaRam31-Jan-07 1:41
VijayaRam31-Jan-07 1:41 
Questiondatabase write permission change Pin
raju_net181822-Jan-07 22:14
raju_net181822-Jan-07 22:14 
Questiontransfering of file Pin
Fatima Tuz Zahra22-Jan-07 21:18
Fatima Tuz Zahra22-Jan-07 21:18 
AnswerRe: transfering of file Pin
bobsugar22222-Jan-07 21:47
bobsugar22222-Jan-07 21:47 
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 
hi people i want to create a reportthrough my code. i'm using VS.Net 2003.
i have already wrote some code files on a specified location through the StreamWriter class using the following code:
string filepath = File_Path + Path.DirectorySeparatorChar + "AssemblyInfo.cs";<br />
			<br />
			using (StreamWriter sw = new StreamWriter(filepath)) 


"AssemblyInfo.cs" is the name of the file that i have created.

filepath tells the location on which to create this file.

now i want to know that how i can write on an Html page that i have added to my VS project.

can anyone help me??

Regards
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 
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 

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.