G
Guest
I'm converting an app written using the pure .net framework from command
line, to Visual studio 2003. Having a problem with the datalist that wasnt
there before:
e:\inetpub\wwwroot\WebApplication2\winelist.aspx.cs(38): The type or
namespace name 'MyList' could not be found (are you missing a using directive
or an assembly reference?)
MyList.DataSource = productlist.gettheitems(color, category, year, region,
appellation, country);
MyList.DataBind();
What am I missing?
TIA
D
line, to Visual studio 2003. Having a problem with the datalist that wasnt
there before:
e:\inetpub\wwwroot\WebApplication2\winelist.aspx.cs(38): The type or
namespace name 'MyList' could not be found (are you missing a using directive
or an assembly reference?)
MyList.DataSource = productlist.gettheitems(color, category, year, region,
appellation, country);
MyList.DataBind();
What am I missing?
TIA
D