Hi..
Ques : I want to know that how many script manager controls are used in Ajax web page? Please explain in brief?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Mar 27, 2012, 12:44 AM
The ScriptManager control manages client script for AJAX-enabled ASP.NET Web pages. By default, the ScriptManager control registers the script for the Microsoft Ajax Library with the page. This enables client script to use the type system extensions and to support features such as partial-page rendering and Web-service calls.
Refer
http://msdn.microsoft.com/en-us/library/bb398863.aspx
http://ajax.asp.net/docs/overview/ScriptManagerOverview.aspx
Thanks
SenthilkumarPosted Mar 27, 2012, 12:36 AM
If you want to use AJAX control in your normal web page or adding AJAX web page will add only one scriptmanager.
The ScriptManager will load the required script files at the page loading time.
I suggest you to go through this url:
http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.aspx