What are those ASP.NET Mobile Controls rendering Capture page output!
Posted by: Rick Strahls WebLog,
on 04 Nov 2005 |
View original | NEW Bookmarked: 0 time(s)
I’m working on some mobile forms today and while I’m working on this I’m constantly wondering – what the heck are the ASP.NET Mobile controls rendering So I created a generic routine that is part of my base page that allows writing the Page output to a file:
/// <summary>
/// This method renders page output to a file specified and/or returns the
/// page output as a string.
/// </summary>
/// <param name="writer"></param>
/// <param name="OutputFile"></param>
///...