ASP.NET 4.0中的列表视图控件

ASP.NET 4.0中的列表视图控件

问题描述:

带有示例代码的列表视图的功能.如何将gridview放置在列表视图中?我也想知道如何在不直接编辑数据库的情况下在临时数据表中编辑,删除或更新列表视图.

Features of list view with sample code.How a gridview is placed in a list view?.Also I want to know how a list view is edited,deleted or update in a temporary datatable without directly editing the database.Paging is not properly work when data is placed in atemporary table.

这可能会有所帮助,

ListView Web服务器控件概述 [在ASP.NET 3.5中完成ListView [
It might be helpful,

ListView Web Server Control Overview[^]

Complete ListView in ASP.NET 3.5[^]

:)