Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to Creating HTML file in Visual Basic.NET DLL

Reply
Thread Tools

How to Creating HTML file in Visual Basic.NET DLL

 
 
pari kanaga
Guest
Posts: n/a
 
      04-18-2005

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

*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9obiBTaXZpbGxh?=
Guest
Posts: n/a
 
      04-19-2005
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

"pari kanaga" wrote:

>
> 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
>
> *** Sent via Developersdex http://www.developersdex.com ***
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to call Visual C dll and .Net dll at clientside? Tom ASP .Net 1 09-14-2008 01:49 PM
How to determine if a DLL is a COM DLL or .NET DLL Anushi ASP .Net 5 10-28-2004 01:59 PM
Why does Ruby use both tcl83.dll and tk83.dll (instead of just tk83.dll)? H. Simpson Ruby 4 08-03-2004 04:45 PM
mprapi.dll --> samlib.dll --> ntdll.dll issue. Some1 Computer Support 4 04-05-2004 02:02 AM
msvcrt.dll, msvcirt.dll, msvcrt20.dll and msvcrt40.dll, explanation please! Snoopy NZ Computing 16 08-25-2003 12:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57