client script in code behind .cs file
I have an aspx page with a form that gets submitted. I need to open a window when the form gets submitted (with something like "Stand By while we process your request...") -- this is done. What I can't figure out, however, is how I can close this window after all my server code has been run. With ASP, it was easy, because I just put the client script in between %> <%. With code behind, I'm stumped. Any ideas how I can accomplish this? Thanks in advance.
__________________
Steve
iTek Corporation
http://itekcorp.com
|