Browse by Tags

All Tags » ASP.NET » ListView (RSS)
Sorry, but there are no more tags available to filter with.

Implementing Delete Confirmation Dialog in List View (ASP.Net) – Part 2 by Yanesh Tyagi

In my previous blog post I described how to implementing delete confirmation dialog in ListView Control of ASP.Net. In one comment Dan Gilleland asked how to get the localized message text from resource file. In this post I am providing solution to Dan...
Filed under: ,

Implementing Delete Confirmation Dialog in ListView Control (ASP.Net) by Yanesh Tyagi

Listview control is one of my favorite controls added in asp.net version 3.5. It provides easy way to implement view (list), update, insert and delete functionality. Using SQL Data Source or LINQ Data Source control, you can create a page that will display...
Filed under: ,
More Posts