Data Grid

I made a asp.net DataGrid that is making update and delete<BR> on a database.<BR> The grid works perfectly, but there is one thing tha I<BR> woould like to do. I<BR> want the user to receive a confirmation that he wants to<BR> realy delete that<BR> redcord( now, it clicks on the link and the record its<BR> deleted without<BR> asking).<BR> example of what I want: User clicks on delete and receives<BR> a message "Are<BR> you sure you want to delete that record?" (javacsript<BR> confirm) and if he<BR> answers yes, the record is delete otherwise no.<BR> Can you tell me how to do that?<BR> thanx for any help<BR>
 
Back
Top