preety
preety

Reputation: 1066

role of script manager in asp.net page

what script manager exactly do in the asp.net page.

Upvotes: 3

Views: 985

Answers (2)

MSI
MSI

Reputation: 1134

"Manages ASP.NET Ajax script libraries and script files, partial-page rendering, and client proxy class generation for Web and application services." - MSDN

Also you can check this MSDN Magazine article for a good reading.

Upvotes: 2

Pranay Rana
Pranay Rana

Reputation: 176906

ScriptManager Class - Manages ASP.NET Ajax script libraries and script files, partial-page rendering, and client proxy class generation for Web and application services.

Upvotes: 1

Related Questions