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

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,228
Members
46,818
Latest member
SapanaCarpetStudio

Latest Threads

Top