livez
09-26-2005, 07:52 AM
Hello
I have a javascript that hides controls on a page depending on a few settings. At the moment I only call this script from the Page's Body_OnLoad event. The problem is I have a ASP:Button with autopostback = true, and when this is pushed all the controls that were hidden by the javascript suddenly appears. Where do I call the javascript to run it after every server request?
/Regards Magnus
I have a javascript that hides controls on a page depending on a few settings. At the moment I only call this script from the Page's Body_OnLoad event. The problem is I have a ASP:Button with autopostback = true, and when this is pushed all the controls that were hidden by the javascript suddenly appears. Where do I call the javascript to run it after every server request?
/Regards Magnus