6
Views
1
Comments
underscore in id's
Question
Is there a way to remove the underscore in the following id's and name? It seems ID and NAME tokens must begin with a letter ([A-Za-z]) at least this is what our customer wants.

<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__OSVSTATE" id="__OSVSTATE" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="" />
2012-03-16 12-21-09
João Rosado
Staff
Hi Niek,

No, there is no way to control the names of the page control inputs.
Also no way for you to change the separator character of controls ('$' in .net and ':' in java). So you will also have ids looking like wt53$block_wt20$wtLink9

Regards,
João Rosado
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.