Generating Html Pages

  • Thread starter Thread starter anonymus
  • Start date Start date
A

anonymus

Hi all,

I need some help, I need to generate Html Files taking
data from the database (SQLServer) to the specified
network path on Button click of the windows form.
I need to use only windows forms not web forms.

Please can somebody tell me what to do

Thanks in advance
 
well its very simple.... get the data from the database.... most probably
you will have it as a byte[] array if its in a ntext datatype based coumn
once you do that...
create a file.. with its content type as text/html and write to the byte
array or string and save the file...

HTH

HD
 
Back
Top