How to Creating HTML file in Visual Basic.NET DLL

P

pari kanaga

Hi,
Is there anyway to create a HTML file and Archieve by calling a dll in
aspx page.

I know its possible to render a html file by HtmlTextWriter. But I don't
know How to use in Dll.

thanks
pk
 
G

Guest

You can create a function, within a dll assembly which returns a string
containing the HTML code which you can use in your aspx page.
You can also create a physical HTML file, store it somewhere and then
redirect your aspx page to it.

hope this helps,
John
 

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

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top