[jQuery] Re: Resolving MasterPage ClientId Issue in jQuery

2008-12-26 Thread Jeffrey
Yeah, ClientId Issue can be handled with "ClientIDMode" in ASP.NET 4.0. Some information can be found in Rick's post: http://www.west-wind.com/WebLog/posts/529598.aspx On 12月27日, 上午1時20分, MorningZ wrote: > I never would have seen that except i caught it mentioned in a > presentation at DevConn

[jQuery] Re: Resolving MasterPage ClientId Issue in jQuery

2008-12-26 Thread MorningZ
I never would have seen that except i caught it mentioned in a presentation at DevConnections a few years back And heh, while doing a search right now for ".net client id", the first hit on google was this Rick Strahl post http://www.west-wind.com/WebLog/posts/4605.aspx (see the first comme

[jQuery] Re: Resolving MasterPage ClientId Issue in jQuery

2008-12-26 Thread Jeffrey
Thanks, MorningZ. IDOverride seems a good option. I can't find too many discussions about Wilco's IDOverride from Internet. Will the modifcation of ClientId impact the postback event raising? I find of some warning about that. (LoadPostData, RaiseChangedEvent, IPostBackDataHandler issues) On

[jQuery] Re: Resolving MasterPage ClientId Issue in jQuery

2008-12-26 Thread MorningZ
No offense.. but that doesn't seem to elegant or useful of a solution... if you have controls on a content page that are not in another container (GridView, UserControl, etc etc), then Wilco Bawer's "ID Override" is excellent one simple line of code keeps the ID of as "TextBox1" http://wi