This should only happen on databound (templated) controls. If its a submit button or textbox ect that you have placed on the form with the designer, or dynamically with codebehind you should have no problem accessing it using $('#ServerID'). I have been doing so with much success.
[EMAIL PROTECTED] wrote: > > > "if you have an element that has runat="server" attribute you cannot > call it directly as #loginForm because asp.net rewrites the id to > something different just doa view source on your aspx page and you > will see the renamed form cleintid " > > I was wondering how to probably implement jQuery with an ASP.NET > control considering this problem. Or do we simply need to write out: > > "ctl00_ContentPlaceHolder1_btnConfirm" to access the btnConfirm > button? > > -- View this message in context: http://www.nabble.com/ASP.NET-IDs-tf4292112s15494.html#a12228959 Sent from the JQuery mailing list archive at Nabble.com.