Delete Functionality in GridView with Confirmation using JQuery UI

added by MIT560
9/1/2011 4:20:19 AM

717 Views

This is a How-To of adding a Delete Confirmation using jQuery UI to a ASP.NET Gridview. Also look at the demo. It contains a Insert/Edit form that is hidden and displayed when called. Source code and download included (VB and C#). Great Article by Junnark Vicencio


1 comments

vijayst
9/1/2011 6:04:36 AM
Thank you for the article on how to add a delete confirmation dialog. The delete confirmation dialog is a common functionality required in most web applications. Can the jQuery code be generalized into a plugin?