Sample code: Add delete confirmation to a GridView Control.

J

johnmott

Hi all,

One of the limitations of the GridView control is that the built-in
delete processing doesn't prompt for confirmation -- something thats
very important for a user interface. True, you can add server side
logic for this, but its much more reassuring to have a Javascript
confirmation window open up and prompt. There are several techniques
for doing this, just google 'Gridview delete confirm' to see them.
I've figured out one which does not involve adding logic to the GridView
setup, so there are fewer moving parts. And, it still preserves the ViewState.
There is a small amount of C# code to perform the actual record delete, but
this is mostly a client-side/Javascript technique.

The sample application with source is available at

App: http://www.nicecleanexample.com/ViewApp.aspx?TID=gridviewconfirmdel

Hope it helps.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top