ASP.NET GridView "Client-Side Confirmation when Deleting" stopped working on ie - how come?
- by tarnold
A few months ago, I have programmed an ASP.NET GridView with a custom "Delete" LinkButton and Client-Side JavaScript Confirmation according to this msdn article:
http://msdn.microsoft.com/en-us/library/bb428868.aspx (published in April 2007)
or e.g. http://stackoverflow.com/questions/218733/javascript-before-aspbuttonfield-click
The code looks…