I am not able to use the ListItem Class in my VB 2003. When I try to declare an instance of ListItem as follows, it is not recognized.
Dim objListItem As ListItem
Is there something I am missing
I am not able to use the ListItem Class in my VB 2003. When I try to declare an instance of ListItem as follows, it is not recognized.
Dim objListItem As ListItem
Is there something I am missing
ListItem unavailable
Jose_Marcenaro
csharpnewbie001
Michael-R
Do you import namespace What is the error message
Rrstock
Error message is: "Type ListItem is not defined". In any case, when I am declaring, ListItem does not appear as one of the types.
I tried to import the namespace "system.web.ui..." but the 'ui' bit does not exist.