listitem
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a listItem class in winform 2.0 ? For example, in 1.x I can declare a variable as ListItem but do not find this in .net 2.0 Thanks
The ListItem class that exists in 1.1 also exists in 2.0 my Visual Studio C# Express documents it at ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/cpref16/html/T_System_Web_UI_WebControls_ListItem.htm :)
Luc Pattyn