Writing an html file from a form application
-
Hello. I have a form application in C# and i wanna create an html file at run time. In Net Framework there is the HtmlTextWriter class that can do this job, but this class is for ADO applications, that is not my case. Any ideas what can i do in my case? Thanks in advance.
-
Hello. I have a form application in C# and i wanna create an html file at run time. In Net Framework there is the HtmlTextWriter class that can do this job, but this class is for ADO applications, that is not my case. Any ideas what can i do in my case? Thanks in advance.
I'm not getting why you think you can't use the class that was created for the purpose. You can just use a basic textstream if you want, too. Or a string builder.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hello. I have a form application in C# and i wanna create an html file at run time. In Net Framework there is the HtmlTextWriter class that can do this job, but this class is for ADO applications, that is not my case. Any ideas what can i do in my case? Thanks in advance.
do u want to develop a CMS type application where user can design his own page.
Sarvesh Upadhyay Senior Software Engineer Birlasoft India Ltd. Microsoft Certified Professional Developer in Dotnet 2.0 Enterprise Application