Posted on: 6/29/2014 11:23:04 PM | Views : 344

I have a aspx page that has been working fine. It includes several modal popups  and many of them stopped recognizing events triggered by command buttons. Example: there is a date control; at the top of the page that sets the date parameters for a grid view. To change the dates (mm/yy) you click on a calendar icon that shows a user control. THe control consists of a drop down for year and one for month. You can pick from them and the options are OK or Cancel. OK resets the selections on the main page and retrieves the grid v iew using those dates. Cancel just returns you to the main page. This was working for several weeks, now it doesn't. WhenI debug and click the oK button, it does not go to the event which has a breakpoint - it does nothing. I have been working on the page, but not on this code. Further more then are other controls that  have quit working also.
Here is the user  control HTML:
<asp:TextBox ID=& ...

Go to the complete details ...