M
mac
Is there any way to create control that displays my web page in (modal)
dialog window and returns value when closed?Like in Winforms.
like:
DialogWindow t = new DialogWindow("mypage.aspx");
t.Show();
return t.MyVariable;
dialog window and returns value when closed?Like in Winforms.
like:
DialogWindow t = new DialogWindow("mypage.aspx");
t.Show();
return t.MyVariable;