Author: richard creer | Posted on: 4/1/2009 12:03:55 PM | Views : 1053

I have a page with a rudimentary tabset.  On tab 2 there is a textbox. Next to the textbox an ascx opens a simple calendar. Pick a date from the calendar and it goes into the textbox. 

Now the weird thing is that if I page through the months in any direction up to 6 times it works perfectly. If I click the pager 7 or more times then click a date, the date goes into the text box and it flips to tab 1. 

I know it's 1st April but I've tried changing the date and it makes no difference.

It works perfectly without the __doPostBack in radcal.aspx but I need that there to trigger TextChanged.

Any ideas any one?

Here are the 3 components -
<%@ Page Go to the complete details ...