Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » JavaScript » Components   (RSS)
Download Source Code and Sample application : Excel's Filter Dialog My GridView Filter Extender The above Screen Shots look promising , don't they ? So, How would one go about building such a control ? Well, I have it laid out in front of you . 1) Find Read More...
Consider a scenario wherein you have a lot of control Extenders on a page and you want to conduct operations on all instances Specific Extender or specific instances of an extender. We all know that we can reference certain instances of an Extender by Read More...
I have seen this in the forums a lot .. "How do I change the Visible Tab in the MS AJAX TabControl on the Client-Side using Javascript ?" Well, I have posted it several times and I think Its time I'd rather point people to a link than write the same piece Read More...
We have quite often come across scenarios where-in we need to execute certain client-Side code at certain intervals . What we often ended up doing is to use the window.setTimeOut() and the window.setInterval functions of IE to execute an expression at Read More...
Have you ever felt that this looks ugly ? Did you ever want to customize the Image , the text, the Icons ? You would probably want to customize it to the Look and feel of your web application. We are gonna talk about how to customize the Alert Box in Read More...
This is quite a common requirement and guess the Docs are not really clear as to how you can achieve this . Lemme see how I can help You want to change the Webmethod that the AutoComplete Extender Talks to from the Client Side. You want to change the Read More...
The MS Ajax Control Toolkit provides a lot of cool controls that we can use to implement nifty effects in our applications. One of the controls we are gonna play with today is the Ajax Slider Control. The Slider Control Provides a way for the user to Read More...
We all know about the AutoComplete Extender from MS AJAX. It looks like this ..... I want to customize the Auto Complete behaviour to render images on the client side rather than the text nodes . My Server Side WebService returns an array of image URLs. Read More...
If you remember one of my previous posts about the PhotoGrid Control , we talked about the control binding to JSON data . Today , we talk about using Enumerations in Javascript to allow the PhotoGrid to bind to multiple Data Source Types. Well, lets get Read More...
Microsoft Ajax allows you to extend your javaScript Programming framework so that you can emulate OOP practices with Javascript . A SImple Example is Here The following is a list of stuff you can Use in javascript with Microsoft Ajax Extensions to javascript Read More...
 
Page view tracker