ASP.NET
Home
Get Started
Downloads
Web Pages
Web Forms
MVC
Solutions
FRAMEWORKS
Web Pages
Web Forms
MVC
TECHNOLOGIES
Web API
Single Page Application
Ajax
Mobile
vNEXT
ASP.NET 4.5
ASP.NET MVC 4
ASP.NET Web Pages 2
More information
Get Help:
Ask a Question in our Forums
|
Report a Bug
|
More Help Resources
Community
Forums
Sign In
|
Join
Home
/ AJAX
Ajax Control Toolkit
Download
Tutorials
FAQ
Contribute
Ajax Minifier
Microsoft Ajax CDN
Discuss (0)
History
Instantiating Ajax Client Controls
Print
RSS
Modified on 2009/11/20 23:13
by
Stephen Walther
Categorized as
Uncategorized
There are multiple ways that you can instantiate Ajax controls that appeal to different programming styles. There is no right way. You should choose the approach that seems most intuitive to you:
Imperative
— Instantiate the control in JavaScript.
Imperative using jQuery
— Instantiate the control using jQuery plug-in syntax.
Declarative
— Instantiate the control in HTML markup.
ASP.NET Web Form Control
— Instantiate the control with a server-side ASP.NET Web Forms control.