Rank: Newbie Groups: Member
Joined: 6/11/2007 Posts: 8
|
Is there a way to show a dialog in code without tying it to a button?
I am Using Menu - I am adding Menu Items & SubItems at runtime.
I want to show the Dialog if e.NavigationItem.ItemID='103' then Dialog1.Show???????
thanks,
Ed
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Yes. Try "Dialog1.InitialState = DialogState.Visible".
|