GridView RowDeleting event not firing
-
Hi all, I am working with asp.net 2.0 and i am using a gridview in which i use an button to delete an an item and it works perfectly if i dont call a confirmation javascript. i bind the javascript function in rawdatabound event to that button. when i use this javascript confirmation, the RowDeleting event doesnt get fired. but page load occures. Any idea friends? Thanks in advance. Ali
-
Hi all, I am working with asp.net 2.0 and i am using a gridview in which i use an button to delete an an item and it works perfectly if i dont call a confirmation javascript. i bind the javascript function in rawdatabound event to that button. when i use this javascript confirmation, the RowDeleting event doesnt get fired. but page load occures. Any idea friends? Thanks in advance. Ali
alimohammed wrote:
i bind the javascript function in rawdatabound event to that button.
This happens when 1. If you are not returning false after clicking cancel. 2. Script Error. Check for the both errors.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group