AJAX.NET Interview questions


Total available count: 15
Subject - Microsoft Technologies
Subsubject - AJAX.NET

What is the purpose of the ScriptManagerProxy control?

A web page should not contain more than one ScriptManager control. But the question is how to work with with multiple web pages which are linked to a Master page.

A ScriptManager control should be declared in a Master page and ScriptManagerProxy controls should be declared in all child pages. So that ScriptMangaer services can be included in all child pages.

<asp:ScriptManagerProxy ID="ScriptManagerProxy1" runat="server">
</asp:ScriptManagerProxy>

 




Next 5 interview question(s)

1
Explain about the Timer control in AJAX.NET?
2
Explain the UpdatePanel control?
3
What are the new features of ASP.NET AJAX 4.0?
4
What is the difference between synchronous postback and asynchronous postback?
5
What are the different types of Ajax extensions available in AJAX.NET?