Script manager role on asp.net page

what the script manager does exactly on the asp.net page.

+3
source share
2 answers

ScriptManager Class - Manages ASP.NET Ajax script libraries and script files, partial page rendering, and the client proxy class for web services and applications.

+1
source

"Manages ASP.NET Ajax script libraries and script files, processing partial pages, and creating a client proxy class for web applications and applications." - MSDN

You can also check out this MSDN Magazine article for a good read.

+2
source

Source: https://habr.com/ru/post/1765226/


All Articles