Link to home
Start Free TrialLog in
Avatar of Sam OZ
Sam OZFlag for Australia

asked on

ASP.NET show modal window until submit is finished

Hi Experts,

   I have an ASP.NET with VB.NET ( Version 2010)   page .  On click of a button it is doing a little time consuming process   called   RunBehind .
    The user should not modify fields in the form  when the  process is running
   What I am looking for is

      When the RunBehind process is started  open a Modal window   ( Or when the Button is clicked)
        Close the Modal window when the Process is finished

  Can someone give me code sample for this ?

   Thanks
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial