I know with ASP.Net 4.0 you can have ClientIDMode to static to have clean ID.
Is there something to have “name” the same way?
Example :
<input type="text" name="_wizard$ctl00$CaptionName" id="captionName">
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could output a key/pair javascript collection with the list of controls you’re looking to operate on client-side. Control.ClientID and ClientScript.RegisterStartupScript are your friends.