Quantcast
Channel: Comments on: Exploring one of MS AJAX’s often overlooked features.
Browsing latest articles
Browse All 15 View Live

By: All about asp.net » Blog Archive » Links: ASP.NET, ASP.NET AJAX, ASP.NET...

[...] Exploring one of Microsoft AJAX’s often overlooked features: AddHandler: Dave Ward starts a new series covering some of ASP.NET AJAX’s client-side JavaScript features, and begins the series by...

View Article



By: Tod Birdsall

Wow! Thanks for the helpful article. I am just getting started with ASP.NET Ajax and this is good to know.

View Article

By: Jan 24th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET, IIS -...

[...] ASP.NET AJAX JavaScript UI Methods You Should Learn: Dave Ward has another great post in his series about ASP.NET AJAX’s client-side JavaScript Helper [...]

View Article

By: Margot

MANY people have been going crazy over this one. As far as I can tell the exact problem and fix are still unknown, but this post helped me. Look for my comment too, it may work even if your situation...

View Article

By: Dave Ward

Interesting. The same end result could also be accomplished by setting a DefaultButton on the <form> element, without having to add a superfluous Panel. It’s worth noting that using the...

View Article


By: Andrew Gibson

I am trying to understand MS AJAX non-visual component model. I have a non-visual component that I am trying to get to listen for keystrokes when initialized. Thus I wrote the following code within my...

View Article

By: franciscoperezhn

I would like to implement example no. 1 in my asp.net ajax enabled website how can I do this, I’m a total beginner so please, if someone could explain this.

View Article

By: Dave Ward

You’ll need to add that code to your page’s JavaScript (inline or in a JavaScript include file) and replace TextBox1/2 with your specific page’s relevant IDs.

View Article


By: Bertrand Le Roy

@Andrew: wrap this.Document_onkeydown with Function.createDelegate.

View Article


By: Rams

Thanks for the information. However, if you need to pass arguments to the called function, how do you accomplish that using $addHandler? TIA rams

View Article

By: Dave Ward

Check out Function.createDelegate for that.

View Article

By: fin

Hi, I am new to javascript. Thank you for your article on addHandler. I have a problem that I wish to consult you. I want to open up my modalpopupextender upon databinding in a gridview. (the...

View Article

By: Garnett

I too have a problem, a simple one for which there seems no elegant solution. I’m using an external javascript file in which I need to reference several controls in the source. With AJAX, these control...

View Article


By: Dave Ward

Have a look at the comments on this post (not the post itself) for some ideas: http://encosia.com/2007/08/08/robust-aspnet-control-referencing-in-javascript/

View Article

By: Nov 17th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, VS 2008, .NET 3.5,...

[...] Exploring one of Microsoft AJAX’s often overlooked features: AddHandler: Dave Ward starts a new series covering some of ASP.NET AJAX’s client-side JavaScript features, and begins the series by...

View Article

Browsing latest articles
Browse All 15 View Live




Latest Images