ScriptManager::GetRegisteredStartupScripts Method ()
.NET Framework (current version)
Retrieves a read-only collection of startup scripts that were previously registered with the Page object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<RegisteredScript^>^A generic collection that contains startup scripts.
A startup script is client script that is associated with a control that executes when the control is started.
.NET Framework
Available since 3.5
Available since 3.5
Show: