标签: asp.net listview
这通常在开始附近的asp.net教科书中找到,但在工作中我们没有任何asp.net 3.5或更高版本。我试过谷歌搜索,但我找不到任何显示如何使用ListView实现CRUD。我已经将ListView添加到了我的页面并实现了项目模板等。接下来我要做的就是让它可以编辑/删除行。行如下:
Name Age Height Bob 24 185 Steve 25 158
等
如果有人可以将我链接到指导我添加编辑/删除按钮等的教程,我将不胜感激。
答案 0 :(得分:2)
有几个:
Walkthrough: Displaying, Paging, and Sorting Data Using the ListView Web Server Control和Walkthrough: Modifying Data Using the ListView Web Server Control,
Scott Guthrie的一篇非常有用的文章:The asp:ListView control (Part 1 - Building a Product Listing Page with Clean CSS UI)。