| |
ASP.Net AJAX Extensions, GetPostBackEventReference And Custom Controls Posted By : at 2008-04-28 02:49:09
Net AJAX framework requires you to setup a valid ID on the element like this: public override void Render(HtmlTextWriter writer) { Response.Write("Button“, Page.ClientScript.GetPostBackEventReference(this, “onclick”), ClientID); } ...
Blog Source - http://www.alexandre-gomes.com/?p=132
|
Other Posts about ASP.Net AJAX Extensions, GetPostBackEventReference And Custom Controls you may like: Using JQuery DatePicker in ASP.Net at 2008-05-15 13:25:38
OK, so what if all of this is too much for you. This is too much code, to much work, all you want is darn server control to use. You are in luck. Head over to West Wind Technologies and pick up Rich Strahl’s JQuery Calendar ASP. ...
Blog Source - http://elegantcode.com/2008/05/06/using-jquery-datepicker-in-aspnet/
How to manage ASP.NET validation from Javascript with jQuery at 2008-05-15 13:25:38
ClientID %> to select a server-side control using the automatically generated client ID and the $("#elemendId")[0] to get the real DOM element and not the jQuery wrapper around it. And in case I wanted to force the validation I should ...
Blog Source - http://codeclimber.net.nz/archive/2008/05/14/How-to-manage-ASP.NET-validation-fr...
How to manage ASP.NET validation from Javascript with jQuery at 2008-05-15 13:25:38
This article outlines how to enable and disable ASP.NET client side validation from Javascript using jQuery kick it on DotNetKicks.com.
Blog Source - http://www.dotnetkicks.com/aspnet/How_to_manage_ASP_NET_validation_from_Javascri...
Wöchentliche Rundablage: ASP.NET MVC, Silverlight 2, TDD, WPF ... at 2008-05-15 13:25:38
Pingback from Wöchentliche Rundablage: ASP.NET MVC, Silverlight 2, TDD, WPF, jQuery… | Code-Inside Blog.
Blog Source - http://silverlight.net/blogs/jesseliberty/archive/2008/05/05/creating-controls-i...
Weekly Links: ASP.NET MVC, Silverlight 2, TDD, WPF, jQuery… | Code ... at 2008-05-15 13:25:38
Pingback from Weekly Links: ASP.NET MVC, Silverlight 2, TDD, WPF, jQuery… | Code-Inside Blog International.
Blog Source - http://silverlight.net/blogs/jesseliberty/archive/2008/05/05/creating-controls-i... ;  |
|