N
NewsAccount
Hi
I'm trying to find a way to programmatically measure the size of the page
sent down to the browser, can't seem to measure the length of what gets
written to the HTML TextWriter in
protected override void Render(HtmlTextWriter writer)
{
Also, I want to find the size of the viewstate when rendering the page. I've
seen a way to get this when posting back, however, I would like to do this
at render time so that I can neatly log this information .
Any ideas ?
Many thanks
Guy
I'm trying to find a way to programmatically measure the size of the page
sent down to the browser, can't seem to measure the length of what gets
written to the HTML TextWriter in
protected override void Render(HtmlTextWriter writer)
{
Also, I want to find the size of the viewstate when rendering the page. I've
seen a way to get this when posting back, however, I would like to do this
at render time so that I can neatly log this information .
Any ideas ?
Many thanks
Guy