Hello,
I had a working web site, but wanted to add a ProgressBar to it. After much trial-and-error, I finally decided to try using the Ajax UpdatePanel on it to handle the ProgressBar.
Previously the ScriptManager.RegisterStartupScript() was working just fine.
Once I added the Ajax Updatepanel, it quit working.
I see a variety of other postings on other websites about this problem, but there does not seem to be a definitive solution.
Some people tried one thing and it worked, but did not work for others, etc.
I tried a number of "throw it on the wall to see if it sticks" approaches, but they too did not work.
What used to work and successfully launched 'startup' javascript:
Any suggestions/advice would be greatly appreciated.
Thanks,
JRB-Bldr
I had a working web site, but wanted to add a ProgressBar to it. After much trial-and-error, I finally decided to try using the Ajax UpdatePanel on it to handle the ProgressBar.
Previously the ScriptManager.RegisterStartupScript() was working just fine.
Once I added the Ajax Updatepanel, it quit working.
I see a variety of other postings on other websites about this problem, but there does not seem to be a definitive solution.
Some people tried one thing and it worked, but did not work for others, etc.
I tried a number of "throw it on the wall to see if it sticks" approaches, but they too did not work.
What used to work and successfully launched 'startup' javascript:
ScriptManager.RegisterStartupScript(Me.Page, Page.GetType, "MyStartUpJavaScript", "startUpScript()", True)
Any suggestions/advice would be greatly appreciated.
Thanks,
JRB-Bldr