I have a textbox which is read-only. It is used to take input of date from the javascript date picker. Other thing is I have gridview which contains checkbox inside item template. Now what I want is when user clicks on any of the check box in grid, the corresponding date should be filled in the date textbox or when user uncheck that particular check box, texbox should get clear. More over, if the date text box is filled and if he chooses date from date picker, in that case selected date should be filled in date box and selection of checkbox should get clear.. I don’t know how to handle all this things??
Share
1 Answer