I tried every example I could find over the course of a couple of days but I could get client side (onclientclick) to work to give a user a chance to decide of they really want to delete a row in a grid view. Finally I found some code from Mudassar Ahmed
Khan on aspsnippets: http://aspsnippets.com/Articles/Server-Side-Code-Behind-Yes-No-Confirmation-Message-Box-in-ASPNet.aspx That I modified
a little and it works but I don't know the code I need to put in the code behind to go ahead and delete the row if the user says "ok/yes" I really do want to delete. I put a Response.Write("hello") in the cod behind to tell me it's working
but that's as far as I got.
If I could get this working it would be better than just client side confirmation wouldn't it? That way if user has javascript t ...
Go to the complete details ...