Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Dialog box in ASP.NET app?


Message #1 by Romy Jarr <romyjarr@t...> on Tue, 15 Oct 2002 13:10:25 +0800
Hello/Hi guys,

I'm currently developing an ASP.NET application using C#.  I'm wondering if there is a way to have dialog boxes in the application. 
These dialog boxes shall be used to ask input confirmation from user.  As we know, it's easy to do so in the traditional ASP (e.g:
by merely embedding Javascript function).  But how this can be done in ASP.NET?  What will be the code?  Do we need to include it in
the ASPX page or in the code-behind file?  Show me.

Your assistance is greatly appreciated.

Kindly regards,
Romy
Kuala Lumpur,
Malaysia.

Message #2 by "Marl Atkins" <marl@s...> on Tue, 15 Oct 2002 01:15:30 -0400
I think I'd be inclined to pretty much do it the old way.

You can still use Javascript on the client side and do a window.open.

The page that the window opens can still be an .aspx file and still part of
the overall application.
It'll be interesting to see how aspx handles it though.


-----Original Message-----
From: Romy Jarr [mailto:romyjarr@t...]
Sent: Tuesday, October 15, 2002 1:10 AM
To: ASP+
Subject: [aspx] Dialog box in ASP.NET app?


Hello/Hi guys,

I'm currently developing an ASP.NET application using C#.  I'm wondering if
there is a way to have dialog boxes in the application.  These dialog boxes
shall be used to ask input confirmation from user.  As we know, it's easy to
do so in the traditional ASP (e.g: by merely embedding Javascript function).
But how this can be done in ASP.NET?  What will be the code?  Do we need to
include it in the ASPX page or in the code-behind file?  Show me.

Your assistance is greatly appreciated.

Kindly regards,
Romy
Kuala Lumpur,
Malaysia.


---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.

---


  Return to Index