up vote 1 down vote favorite
2
share [g+] share [fb]

I have a asp.net page, and would like to know whether "script1" is already registered as a startup script or not?

link|improve this question

feedback

1 Answer

up vote 7 down vote accepted

Me.ClientScript.IsStartupScriptRegistered("clientScript")

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.