Rank: Advanced Member Groups: Member
Joined: 10/21/2009 Posts: 39
|
It works using Javascript. How do I do this with C#?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
You will have to use AJAX such as UpdatePanel to do that. Pace the second dialog inside an UpdatePanel and then display it through UpdatePanel. Otherwise you can show both dialogs from C# because every time you do a full post back all dialogs automatically close.
Thanks!
|