| Article: |
Enhancing ASP.NET Pages with JavaScript | |
| Subject: | Problem with Page.RegisterStartupScript | |
| Date: | 2005-05-20 03:11:21 | |
| From: | u | |
|
Response to: Problem with Page.RegisterStartupScript
|
||
|
set a flag for back and in main page check the flage if true? no action should be done.like this one if(!Back) page.RegisterStartupScript("name",name) |
||
Showing messages 1 through 1 of 1.





Page.ClientScript.RegisterStartupScript(GetType(string), "name", name)
I hope it will work...