I'm using VS2010, C# to develop my ASP.NET web app, I've created a page dynamically (using several server side and HTML controls on the page). Now I'm going to send my page via email, I should have its content as HTML, how can I have my page HTML? of course I have a DIV (runat=....) which contains the parts which should be sent, how can I get its HTML content? innerHTML gives me not literal error, what are my options? I want to have the final rendered content of my DIV
thanks