Hi!
I have two text boxes inside my aspx page: a) the "txt1" and b) the "txt2".
Both text boxes has CalendarExtender controls attached: a) the txt1 has the "CalendarExtender1" and b) the txt2 has the"CalendarExtender2".
All i want, is this:
Using client-side script (or other method without postbacks), i want when the user chooses a date from CalendarExtender1,
the same date plus a day front to go to the txt2.
For example:
If the user choose 03/28/2009 in the CalendarExtender1, i want the value of the txt2 to be the 03/29/2009....
Also, if the month reaches the end, i want the txt2 to take the new moth. For example:
If the user choose 03/31/2009 in the CalendarExtender1, i want the value of the txt2 to be the 04/01/2009....
That behavior i want to exists only to the CalendarExtender1 like i describe it. I don't want the user to be able to do this
with CalendarExtender2 (the CalendarExtender2 has the default behavior)...
How can i accomplish that? Thank you very much!
Please, mark this post as "Answer" if it helped you solve your problem.
MinimalTech.