C
C Mann
How can I reduce the size of the HTML output produced by Visual Studio 2005
ASP.NET controls.
I have some pages that are 500 - 750kb.
I thought that viewstate would be to blame but the worst of it is code like
this.
<a class="ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubject_0
ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubject_1"
href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$tabSubject$_ctl0$tvSubject','s65\\1')"
onclick="TreeView_SelectNode(ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubject_Data,
this,'ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubjectt21');"
id="ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubjectt21">EU</a>
Is there anyway to compress these variable names.
Thanks
C
ASP.NET controls.
I have some pages that are 500 - 750kb.
I thought that viewstate would be to blame but the worst of it is code like
this.
<a class="ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubject_0
ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubject_1"
href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$tabSubject$_ctl0$tvSubject','s65\\1')"
onclick="TreeView_SelectNode(ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubject_Data,
this,'ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubjectt21');"
id="ctl00_ContentPlaceHolder1_tabSubject__ctl0_tvSubjectt21">EU</a>
Is there anyway to compress these variable names.
Thanks
C