Click here to Skip to main content
15,889,663 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to display successfully submit msg on model pop up .in popup i have an button that generated excel but after generating excel my pop up is not hiding how to resolve this problem
Posted
Comments
Sandeep Mewara 20-Apr-12 4:27am    
Please share the related code snippet. When you created the excel, you should be able to close the window.

1 solution

Hi,

Use self.close() in model popup window. Call this code after ur excel generated successfully.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900