Page.RegisterStartupScript
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
How to use this to call javascript function As In my Case page. does not show this RegisterStarupScript function Is there is any setting or imports are done to include this Thanks Hema Chaudhry
Go to tools>options>text editor> [your langauge] uncheck the box for hide advanced members. Then code like this
page.registerstartupscript("key", " jsFunction();")
"People who never make mistakes, never do anything." My Blog -
Go to tools>options>text editor> [your langauge] uncheck the box for hide advanced members. Then code like this
page.registerstartupscript("key", " jsFunction();")
"People who never make mistakes, never do anything." My Blog