Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I want to delete a record in the database table which is bound to the Gridview control in ASP.NET in C# I want to remove the record from Gridview control after getting a confirmation message eg- Are You Sure Yes or No. When I press Yes button the record should be deleted and when I press No no deletion should occur. How can i do this in ASP.NET thru C# 4.0?
Posted

Hi Leo,

Quick google search gave me this link[^].
Hope this help you a bit.
Happy coding, Have fun.

Regards,
RK
 
Share this answer
 
Hi
I found some tips on the matter in the link below:
http://www.aspdotnet-suresh.com[^]

and also in the link:
www.webcodeexpert.com[^]

I hope they help you.

best regards
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900