views:

193

answers:

1

hello, ive seen some pages that offer new ajax animations.. can i use those in .NET?? if not, how do you create new ajax animations for .net?

A: 

I have no idea on how to do this, but I can point you in the direction that I would take if I ever need to do such thing.

Try to watch some of the AJAX Videos on ASP.NET Website

specially video #64 called Create an ASP.NET AJAX Extender from Scratch? (15 minutes, 11 seconds)

and here are 2 good reads to accomplish this:

Extending JavaScript with ASP.NET AJAX

and

How To: Create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

it might help you see how to extend the asp.net ajax framework

balexandre
thanks, will do..
Dabiddo