Adding dates to fields from calendar control

  • Thread starter Thread starter Reidar
  • Start date Start date
R

Reidar

On a web form I have one calendar control, 2 textfields, FromDate and
ToDate.
When I click the calendar control I fill the fromDate field with selected
date.
When FromDate is selected I want to click the calendar control again and
fill the ToDate with a new date from
the calendar control.
 
Reidar,

Can you show us some code that you use, probalbly is a boolean that you use
(in a session) in the click event of the calandar enough,

I hope this helps,

Cor
 
Back
Top