Link to home
Start Free TrialLog in
Avatar of dotsandcoms
dotsandcoms

asked on

AJAX ASP.net Controls

Hello experts,

i am developing a website in asp.net 4.0 & C#. As ajax is inbuild in it how can i use the ajax controls in the form. Please help
many thanks
Avatar of Luis Pérez
Luis Pérez
Flag of Spain image

Uh, it's a vaste world. Start here:
http://msdn.microsoft.com/en-us/library/bb398874.aspx

Hope that helps.
Use ScriptManager at the top of page and UpdatePanel below it. Into UpdatePanel insert your ajax-active content. The UpdatePanel has Triggers, where you can define the triggers of the actions or you can let it be automatically
sample videos are avilable here : http://msdn.microsoft.com/en-us/bb629407
ASKER CERTIFIED SOLUTION
Avatar of nishant joshi
nishant joshi
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dotsandcoms
dotsandcoms

ASKER

good