Hi all,
Scenario :
There are 3 update panels in my web page.
A gridview control is in the First updatepanel. Another user control is in the Second updatepanel.
Third update panel contains some textBoxes,a calendarImageControl(this is a userControl),Submit btn.
Now, when I click on Edit mode of gridview, those rspt. details are filled in the textBoxes of the 3rd updatePanle BUT when I click on the calendar image, the click event is not firing.Please note that the Submit button click event is getting fired(which is in the 3rd updatePanel).
Any help would be greatly appreciated...
Thanks,
Amit