Click to See Complete Forum and Search --> : Get the HTML of a WebForm in Render event


vbUserName
December 26th, 2006, 01:04 PM
Hi friends !!!
This is my question:

I need to get the HTML of a WebForm in its Render event. I don't want to invoke the method, like: base.Render(hwr); but just to get (maybe in a public variable) the html that is rendered when the page is rendered, so that I can use it later...

How could I do this ?

Thanks !!!