Hi,
i have two textboxes to enter the start and end dates. I am using javascript calendar to populate these text boxes. Based on the chosen date values, i need to filter a treeview control.
The problem is, the ontextchanged event of the textbox is not firing, when the date is chosen from the javascript calendar. If you enter the date directly into the textbox, the event is firing.
I need to find out how to fire the ontextchanged event when the date is chosen from the javascript calendar. Please help.
Madhan.
i have two textboxes to enter the start and end dates. I am using javascript calendar to populate these text boxes. Based on the chosen date values, i need to filter a treeview control.
The problem is, the ontextchanged event of the textbox is not firing, when the date is chosen from the javascript calendar. If you enter the date directly into the textbox, the event is firing.
I need to find out how to fire the ontextchanged event when the date is chosen from the javascript calendar. Please help.
Madhan.
Comment