Rank: Member Groups: Member
Joined: 12/8/2009 Posts: 26
|
Hi There,
I have set the AcceptButtonPostBack to true. When I click on my accept button it fires the click event and I can step through the code in debug mode. What I need to do is close the dialog in my code behind because the dialog does not close. I am using an asp:button
How do I close the dialog with code?
Thanks for your help.
Steve.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
This is your code error. You could have an UpdatePanel or CallbackPanel that's preventing the dialog from being updated. The dialog automatically closes upon post back.
Thanks
|