On my asp.net page I have 2 text fields, each with an imagebutton. When image button is clicked, another window is opened using javascript. The new window contains a calendar control.
What I want is when the user selects a data in the child window, I want that date to be written to a textbox on a parent page and I then I want the child window to be closed.
Can someone help?
Start Free Trial