jimktrains
IS-IT--Management
I have several pages where I use a ConfirmButtonExtender for my Delete button and they all work except for on one page. When I click the Delete button, nothing happens. No Cofirm message box, and the onClick event never fires. If I remove the ConfirmButtonExtender, the onClick event will fire. I have several CalendarExtenders on the page and they work so my Ajax Toolkit is seen and I have the ScriptManager included, before any extender is used. I also get no errors. I've even copied and pasted the exact code for the button and extender from another page that works with no change. What can I look for that could be a problem?