MorningZ, thanks for the ideas. Personally, I don't prefer overriding control ID's as they have to be unique. You can easily break your code if you don't pay enough attention. For .NET guys, I recommend using < %=ControlName.ClientID%> syntax.
The only downside is that you can not put your scripts in an external (js) file. You have to put them to the parent page where your aspnet code is. On Oct 6, 5:49 am, MorningZ <[EMAIL PROTECTED]> wrote: > Suggestion for .NET peoples > > if you don't want MasterPages or UserControls (or any other "Naming > Container" for that matter to mess with your control ID's, check out > this library > > http://www.wilcob.com/Demos/IDOverride/ > > Also, to easily work with JSON, this library is most excellent > > http://james.newtonking.com/pages/json-net.aspx > > And lastly, Rick Strahl's blog is an excellent one to follow in jQuery/ > ASP.NET land > > http://www.west-wind.com/weblog/ > > On Oct 5, 8:51 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Sure. Check our corporate page : spina.com.tr. It's built on .net 3.5 > > & jQuery 1.2.6 > > > (See html source code to understand how we use it.) > > > On Oct 5, 9:45 pm, eduardo <[EMAIL PROTECTED]> wrote: > > > > Is possible use JQuery in aspx pages writing with ASp.net 3.5 ? > > > > Thanks in advance > > > > Eduardo