Welcome to MSDN Blogs Sign in | Join | Help

February 2007 - Posts

1) Assign a BehaviourID to the ModalPopupExtender using the BehaviourID attribute. BehaviorID = "ModalBehaviour" .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: 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...
We can assocaite multiple controls on a single event on a control firing by using the "AnimationTarget" attribute of the Animation class. lets take the example of a strip of thumbnails which should move upon click on the first thumbnail. See Demo here 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