I have an ASP page that has two date fields, and next to each
date field is a calendar icon that the user can click on to select
a date from a calendar, which populates each respective date field.
The page opens with both dates blank, but when the user selects
Date1 (by clicking a Date button and selecting a date from a
calendar), I want to auto-populate Date2 with the same date. How do
I do that? I've looked at the "Set Text" Server Behavior, but when
my JavaScript calendar populates the Date1 field (when the calendar
popup window closes), the onChange event for the Date1 field
doesn't run.
Thanks in advance. Rob