how to put a confirmation dialog before deleting a record from GridView?
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hello ppl, I want to put a confirmation dialog box when a user clicks on the GridView Delete Command Button. How can I do this? Thanks
Rocky You can't climb up a ladder with your hands in your pockets.
-
hi after you insert a button in dataGridView , you can write follow code in onClientClick property : OnClientClick="return confirm('are you ... ?')"