Changing Form Id from 'aspnetForm' to custom using JQuery ready event

Posted by akshatrautela on Stack Overflow See other posts from Stack Overflow or by akshatrautela
Published on 2010-05-05T22:12:39Z Indexed on 2010/05/05 22:18 UTC
Read the original article Hit count: 107

Filed under:
|
|

Hi,

I want to change my asp.net form's Id ="aspnetForm" to custom name (I can't change it as its a child page and .NET would enforce 'aspnetForm' name.). I am trying to do this in Jquery .ready event but no luck. I am wondering now whether it's even possible to do that?

If not what are other possible ways..

Thanks!!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about master-pages