ASP.Net C# Gridview Delete Confirmation When Using a CommandField
July 28, 2011
I’m working on a Gridview and ran into an issue where I couldn’t use a templatefield for my Delete link and I needed a Delete Confirmation. Looking on Google the most widely used option is to simply use a templatefield. Finally after 2 days of looking I found a reference for adding the Delete confirmation on a Microsoft MSDN tutorial.
ASP.Net C# Gridview Delete Not Deleting When Using SQLDataSource
July 14, 2011
Normally the ASP.Net Gridview control handles the delete of a row just fine. However when you have to delete a row from a table with no primary key the delete will not work if you are using a sqldatasource. After a little research I found an answer.


