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 is the role of a ScriptManagerProxy?
A page can contain only one ScriptManager control. If you have a Master-Content page scenario in your application and the MasterPage contains a ScriptManager control, then you can use the ScriptManagerProxy control to add scripts to content pages.

Also, if you come across a scenario where only a few pages in your application need to register to a script or a web service, then its best to remove them from the ScriptManager control and add them to individual pages, by using the ScriptManagerProxy control. That is because if you added the scripts using the ScriptManager on the Master Page, then these items will be downloaded on each page that derives from the MasterPage, even if they are not needed, which would lead to a waste of resources.

Describe Goals / Profits / Benefits of using ASP.Net AJAX?
What is the role of a ScriptManagerProxy?
Can we use multiple ScriptManager on a page?
What is AJAX? or Define the term AJAX?
Describe the technology that makes up AJAX?
List the server controls that come up with ASP.Net AJAX?
What role does the ScriptManager play?
Could we nest the UpdatePanel within each other?
Define the role of the UpdatePanel?
What is ASP.NET AJAX?