Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How save a In-mory ASP.NET page to disk???
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00769883
Message ID:
00771193
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform