Dialog box

  • Thread starter Thread starter Catalin Porancea
  • Start date Start date
C

Catalin Porancea

Hello,

How do I create a dialog box in ASP .Net? (I think it's called webdialog but
I'm not sure).

Thank you

Catalin
 
Hi,

In asp.net (web application), you have to remember that you are dependent on
the browser.
Usually, you can use javascript to open dialog boxes :
-> alert("message");
-> confirm("question") etc...


Laurent.
 

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

Similar Threads

WebDialog 1
Dialog boxes with ASP 5
Print 8
Dialog box 1
Open File Dialog Box 1
How to create a multitabbed options 'dialog box' 11
How to supress outlook dialog box in C# 2
questions on dialog-box 1

Back
Top