Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
 ASP.Net AJAX Interview Questions / FAQs
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.

Define the role of the UpdatePanel?
The UpdatePanel enables you to add AJAX functionality to existing ASP.Net applications. It can be used to update content in a page by using Partial-page rendering. By using Partial-page rendering, you can refresh only a selected part of the page instead of refreshing the whole page with a postback.
Could we nest the UpdatePanel within each other?
Yes, you can do that. You would want to nest update panels to basically have more control over the Page Refresh.
FirstPreviousDisplaying page 2 of 2
List the server controls that come up with ASP.Net AJAX?
What is AJAX? or Define the term AJAX?
Could we nest the UpdatePanel within each other?
Can we use multiple ScriptManager on a page?
Define the role of the UpdatePanel?
What is ASP.NET AJAX?
Describe Goals / Profits / Benefits of using ASP.Net AJAX?
What role does the ScriptManager play?
What is the role of a ScriptManagerProxy?
Describe the technology that makes up AJAX?
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox