Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » AJAX   (RSS)
Today ,we will talk about using the Declarative Syntax to instantiate certain AjaxControlToolkit Behaviors . Step 0: Figure out which are the script files needed for the Behavior to work and include the appropriate Script       Read More...
Ready for some documentation for the ATK controls ? To skip my journey to create this , download the Documentation ( in CHM form) here : AjaxControlToolkit Docs Step 1 : Using AjaxDoc to generate the Reflection.org file required by Sandcastle    Read More...
Hello all , Today I grow a year older , I am now all of 26 !!! As return gifts to everyone, I am giving out a demo application that encompasses most of my knowledge about the AjaxControlToolkit Animation Extender. Here is a list of the Animations that Read More...
This is a common requirement I see among users of the accordion , How do I Open Accordion Panes OnMouseOver of the header and Not on header Click ? The answer is pretty simple . Lets walk through this : a) Setup your Accordion < ajaxToolkit:Accordion Read More...
Download Sample Code : while working with the AnimationExtender on an ASPX Page ,One would run into a scenario wherein you would need to associate the same animation with multiple Elements on the page. Some Examples are : Associate an Animation with the 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...
An ignored / unknown / very useful feature of the animation Framework is that it allows you to control the animation as its playing. You can Play, Pause , Resume , Stop and Quit an Animation Instance by using appropriate methods in JavaScript. Setting Read More...
Hi , Over the past couple of months, I have been actively contributing to the Asp.net Ajax forums and have come across some very weird and challenging problems to solve.Anyone who's been at the forums can tell, the community is VERY Active and helpful 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 will discuss the various ways in which one can animate a visual element using the MS AJAX Animation. The Example would be to resize a div named "queryReply" to have a height of 100px and width of 200px On Click of the Div . 1) The Simplest Way , Markup Read More...
While working on some documentation and presentations for MS AJAX Animation ( wait for it , its gonna rock !! ) , I made what you see in the demo video. Its basic premise is this : Allow the User to plot points on a plane Then trigger an animation that Read More...
I hang out at the forums a lot .( http://forums.asp.net/1022/ShowForum.aspx ), I go by phanatic. Looking at a couple of threads let me know that there are no examples of the caseAnimation anywhere :-( Ok, so I built a simple sample which illustrates the Read More...
The Sys.Preview.UI.Effects Namespace contains a couple of animations that one can use in their applications. Here , we will talk about how to use the FadeAnimation thats present in the Sys.Preview.UI.Effects NameSpace. The Scripts that are to be included Read More...
We will talk about how to use the MS-Ajax Animation Framework without any server-side code. The sample completely illustrates how to instantiate and use the Animation Controls by including the proper script references. 1) Include the following scripts Read More...
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...
More Posts Next page »
 
Page view tracker