Using the calendar pop-up (1 Viewer)

Aditi

New member
Local time
Today, 22:00
Joined
Sep 16, 2006
Messages
1
Hello
I am new to ASP.net and require help in the following area:

I have a form showing an image button to display a calendar to select a particular date.
The pop-up window is called using :
window.open("frmCalendar.aspx");
and also using the modal window.
I want to pass the date selected by user back to the calling form.

:confused:
Please help me to solve this.
 

Users who are viewing this thread

Top Bottom