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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top