modal dialog in VB.net

G

Guest

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.
 
H

Herfried K. Wagner [MVP]

* =?Utf-8?B?ZGVz?= said:
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.

Windows Forms or Web Forms?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top