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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. You would do "Dialog1.InitialState = EO.Web.DialogState.Visible"
Thanks
|