Welcome Guest Search | Active Topics | Sign In | Register

How do you stack modal dialog boxes from c# Options
David
Posted: Friday, April 16, 2010 3:11:53 AM
Rank: Advanced Member
Groups: Member

Joined: 10/21/2009
Posts: 39
It works using Javascript.
How do I do this with C#?
eo_support
Posted: Friday, April 16, 2010 6:06:32 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.