Can I use the list view control of开发者_如何学运维 framework 3.5 in a framework 2.0 app? If so, how?
The ListView control was introduced in .NET 3.5. It cannot be used with .NET 2.0.
You could use the DataList....
http://forums.asp.net/p/1193228/2057339.aspx#2057339
精彩评论