Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How save a In-mory ASP.NET page to disk???
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00769883
Message ID:
00771193
Views:
15
To control the output of the page, you would override the Render method:
protected override void Render (HtmlTextWriter writer) 
{
   writer.Write("My HTML for my page");
}
>That is something, by the way how can restore the content??? Like:
>
>MyPage.WhoAssingAHTMlString(theString);???
>
>Or anything else
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Reply
Map
View

Click here to load this message in the networking platform