|
 |
aspx thread: Open a modal Dialog window
Message #1 by "Ganesh Ramamurthy" <r_ganesh76@h...> on Thu, 23 Jan 2003 05:27:17
|
|
Dear all,
I am new to Dot Net. I am now developing an application using asp Dot net.
I want to open an html page from my aspx page in a modal window. How can i
do this. Will I have to write client side JavaScript for this or can I
achieve this from server side C# code itself. I have a command button in
my page when clicked should pop up a modal dialog window. How can i
achieve this??
Please Help
Regards
Ganesh
Message #2 by "Rohit Arora" <rohit_arora@i...> on Fri, 24 Jan 2003 20:05:49 +0530
|
|
as far as i know u hv to do this by writing client-side javascript
-----Original Message-----
From: Ganesh Ramamurthy [mailto:r_ganesh76@h...]
Sent: Thursday, January 23, 2003 5:27 AM
To: ASP.NET
Subject: [aspx] Open a modal Dialog window
Dear all,
I am new to Dot Net. I am now developing an application using asp Dot net.
I want to open an html page from my aspx page in a modal window. How can i
do this. Will I have to write client side JavaScript for this or can I
achieve this from server side C# code itself. I have a command button in
my page when clicked should pop up a modal dialog window. How can i
achieve this??
Please Help
Regards
Ganesh
Message #3 by "Ganesh Ramamurthy" <r_ganesh76@h...> on Mon, 27 Jan 2003 03:36:58
|
|
this can be done using client side Javascript using the method
window.showModalDialog
how ever, this is supported only in IE. Netscape does not support this
methid.
> as far as i know u hv to do this by writing client-side javascript
-----Original Message-----
From: Ganesh Ramamurthy [mailto:r_ganesh76@h...]
Sent: Thursday, January 23, 2003 5:27 AM
To: ASP.NET
Subject: [aspx] Open a modal Dialog window
Dear all,
I am new to Dot Net. I am now developing an application using asp Dot net.
I want to open an html page from my aspx page in a modal window. How can i
do this. Will I have to write client side JavaScript for this or can I
achieve this from server side C# code itself. I have a command button in
my page when clicked should pop up a modal dialog window. How can i
achieve this??
Please Help
Regards
Ganesh
|
|
 |