Wednesday, August 11, 2010

How to delete data in gridview in asp.net (c#)?

I have a gridview and also a delete button outside the gridview. It is because i want to have a function that delete the data of the checked checkbox inside the gridview by pressing the delete button.





So how i gonna delete the data by pressing the delete button? Please show me the coding, i using ms visual studio 2005, asp.net 2.0 (c#).





Thank you...How to delete data in gridview in asp.net (c#)?
Is this a windows app or web app? Are you hooking into a database? If so I suggest deleting the item from the database and rebinding the data to the grid.

No comments:

Post a Comment