window.showModalDialog in vb.net?

G

Garg

Hi,

Could anybody tell me please what will be the vb.net equivalent of

window.showModalDialog()

I want to open a dialog window in my vb.net application and have to
pass certain arguments to that dialog window. I also want to recieve
certain parameters from the dialog window.
How do I achieve all these functionalities??

Please help....
 
G

Guest

Hi,

Could anybody tell me please what will be the vb.net equivalent of

window.showModalDialog()

I want to open a dialog window in my vb.net application and have to
pass certain arguments to that dialog window. I also want to recieve
certain parameters from the dialog window.
How do I achieve all these functionalities??

go to microsoft.­public.­dotnet.­languages.­vb
 
M

Mark Rae

Could anybody tell me please what will be the vb.net equivalent of

window.showModalDialog()

There is no equivalent - showModalDialog is client-side JavaScript, and
VB.NET is server-side code...
I want to open a dialog window in my vb.net application and have to
pass certain arguments to that dialog window. I also want to recieve
certain parameters from the dialog window.
How do I achieve all these functionalities??

Write it in JavaScript...
 

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top