Delete Functionality in GridView with Confirmation using JQuery UI Dialog
Posted by: The Code Project Latest Articles,
on 08 Aug 2011 |
View original | Bookmarked: 0 time(s)
You're using a GridView web control to list records from a particular data source and you want a delete functionality for each row of data. A dialog must be presented to the user to confirm deletion. There's also a possibility of error when deleting a record from your data source and you also want t...