Welcome Guest Search | Active Topics | Sign In | Register

Displaying a Dialong Control from the Server Options
mburolla
Posted: Tuesday, April 21, 2009 4:46:20 PM
Rank: Advanced Member
Groups: Member

Joined: 4/13/2009
Posts: 37
I'm not sure if this is possible, but can I display a Dialog control from the server? Something like:

try {

...

}
catch( CryptographicException ) {

this.Dialog1.show(); // Show a simple password form.
}


Thanks,
Marty
eo_support
Posted: Tuesday, April 21, 2009 4:48:20 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Yes. You would do "Dialog1.InitialState = EO.Web.DialogState.Visible"

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.