Hi.
I just installed the latest visual studio .NET 2003 and am doing some c#
work. Its just a standard windows forms program, not an asp or web thing.
I have been able to use a DataGrid ok, except this version of DataGrid
doesnt seem to have a SelectedItem member.
Additionally there is no DataGridItem class either.
When I try and access System.Web.UI I get an error message saying
namespace or class UI was not found in namespace or class System.Web
The name System.Web makes me think im looking in the wrong place. Is
there a set of items for generating web applications and another one for
Windows Forms apps? Or is it normal for a windows forms app to reference
System.Web?
If there is a version mismatch here? MSDN as installed with visual
studio 2003 .net agrees with MSDN on the web, but disagress with the
actual .net framework as I try and program with it.
Any ideas?
|