In this article you will learn how to edit, update and delete in ListView. First drag and drop ListView. In ListView, next open Default.aspx source code. To make a column in Listview use <LayoutTemplate>. Here first I created a table name 'Product' in my database. It contains 5 columns: ProductId, ProductName,ProductLocation,ProductQuantity, and ProductPrice.
source https://www.c-sharpcorner.com/article/wcf-and-listview-insert-update-and-delete-rows-in-asp-net/
No comments:
Post a Comment