We have a situation where the use of ASP.Net controls is creating a bunch of extra code (no, really?)...
ie:
Notice the ct100 stuff?
Using the Wizard control also renders similar results.
I'm also noticing this at the top of the page:
From an SEO perspective all this additional ct100 is a mess. Can it all be replaced by say, "aa" = ct100 to minimize the size of the code?
Any other comments are welcome.
Thanks.
ie:
Code:
<div style="float: right;">
<label for="ctl00_ctl00_cphMain_cphMain_ucSearchFormRent_txtZip" >ZIP:</label>
<input name="ctl00$ctl00$cphMain$cphMain$ucSearchFormRent$txtZip" type="text" maxlength="5" id="ctl00_ctl00_cphMain_cphMain_ucSearchFormRent_txtZip" tabindex="3" style="width:75px;" />
</div>
Notice the ct100 stuff?
Using the Wizard control also renders similar results.
I'm also noticing this at the top of the page:
Code:
<head id="ctl00_ctl00_Head1"><meta http-equiv="imagetoolbar" content="no" /><meta id="ctl00_ctl00_metaKeywords" name="keywords" ... etc
From an SEO perspective all this additional ct100 is a mess. Can it all be replaced by say, "aa" = ct100 to minimize the size of the code?
Any other comments are welcome.
Thanks.