Connecting Tech Pros Worldwide Forums | Help | Site Map

modal dialog in VB.net

des
Guest
 
Posts: n/a
#1: Nov 21 '05
Hi,
I would like to create a modal dlalog page for displaying some error
message. I just want to know, is there anyway to pop out the modal dialog
page in the vb.net code?
Because each time i click the button, the page check and show the modal
dialog page while the parent page still runing, so could someone tell me how
to show the modal dialog page after the parent page is finish run.

Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#2: Nov 21 '05

re: modal dialog in VB.net


* =?Utf-8?B?ZGVz?= <des@discussions.microsoft.com> scripsit:[color=blue]
> I would like to create a modal dlalog page for displaying some error
> message. I just want to know, is there anyway to pop out the modal dialog
> page in the vb.net code?
> Because each time i click the button, the page check and show the modal
> dialog page while the parent page still runing, so could someone tell me how
> to show the modal dialog page after the parent page is finish run.[/color]

Windows Forms or Web Forms?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
des
Guest
 
Posts: n/a
#3: Nov 21 '05

re: modal dialog in VB.net


Web Form.

"Herfried K. Wagner [MVP]" wrote:
[color=blue]
> * =?Utf-8?B?ZGVz?= <des@discussions.microsoft.com> scripsit:[color=green]
> > I would like to create a modal dlalog page for displaying some error
> > message. I just want to know, is there anyway to pop out the modal dialog
> > page in the vb.net code?
> > Because each time i click the button, the page check and show the modal
> > dialog page while the parent page still runing, so could someone tell me how
> > to show the modal dialog page after the parent page is finish run.[/color]
>
> Windows Forms or Web Forms?
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
>[/color]
Closed Thread


Similar Visual Basic .NET bytes