Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 AJAX Interview Questions and Answers
What role does the ScriptManager play?
The ScriptManager manages all ASP.Net AJAX resources on a page and renders the links for the ASP.Net AJAX client libraries, which lets you use AJAX functionality like PageMethods, UpdatePanels etc. It creates the PageRequestManager and Application objects, which are prominent in raising events during the client life cycle of an ASP.Net AJAX Web page. It also helps you create proxies to call web services asynchronously.
What is ASP.NET AJAX?
Could we nest the UpdatePanel within each other?
What is AJAX? or Define the term AJAX?
Describe Goals / Profits / Benefits of using ASP.Net AJAX?
Define the role of the UpdatePanel?
Can we use multiple ScriptManager on a page?
What role does the ScriptManager play?
Describe the technology that makes up AJAX?
List the server controls that come up with ASP.Net AJAX?
What is the role of a ScriptManagerProxy?