G
Guest
I'm trying to work through an MSDN example, this is the link..
http://msdn.microsoft.com/library/default.asp?url=/msdnmag/issues/01/02/winforms/toc.asp
It is a Windows App but VisualStudio (2003) objects to 'ListItem',
If I create a Web App, I can use the ListItem object, which needs using
System.Web.UI . If I create a Windows App then I can't use using
System.Web.UI it suggests I might be missing an Assembly Reference.
I'm not sure what to do?
http://msdn.microsoft.com/library/default.asp?url=/msdnmag/issues/01/02/winforms/toc.asp
It is a Windows App but VisualStudio (2003) objects to 'ListItem',
If I create a Web App, I can use the ListItem object, which needs using
System.Web.UI . If I create a Windows App then I can't use using
System.Web.UI it suggests I might be missing an Assembly Reference.
I'm not sure what to do?