web page dialog

G

Guest

Hi all

How can I create a "web page dialog" in c# ? No template is available.
Any property in an aspx page that I’m missing

thanx
 
E

Eliyahu Goldin

Oren,

If you mean new modal browser window, you can make it only on client-side
with javascript call showModalDialog(...).

Eliyahu
 
P

Patrice

Is this this particular method that annoys you or the use of JavaScript ?
AFAIK you can't create a modal dialog with HTML alone (if this is what you
are after).

You should be able to simulate a modal form with (requires JavaScript) :
http://developer.netscape.com/viewsource/goodman_modal/goodman_modal.html

If you are after general "dialog" programming (AKA Web Forms in ASP.NET
lingo), try an introduction such as :
http://www.dotnetjunkies.com/quickstart/aspplus/doc/webformsintro.aspx

Patrice
 
K

Kevin Spencer

it should not be in Javascript...

Do you realize how much JavaScript ASP.Net uses without you writing a scrap
of it? Why should it not be in JavaScript?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top