G
Guest
Hi, i am using code behind c# pages. I have put a couple of asp:labels on the
aspx html page. in the code behind i am trying to set them programatically
but am getting error
The type or namespace name 'mylabel' could not be found (are you missing a
using directive or an assembly reference?)
and it has a wiggly line under it. I have saved the aspx file, but cant get
the .cs file to recognise it. What comes first? Or what am I missing? I have
got
using System.Web.UI.WebControls;
at the top of my cs file.
using
aspx html page. in the code behind i am trying to set them programatically
but am getting error
The type or namespace name 'mylabel' could not be found (are you missing a
using directive or an assembly reference?)
and it has a wiggly line under it. I have saved the aspx file, but cant get
the .cs file to recognise it. What comes first? Or what am I missing? I have
got
using System.Web.UI.WebControls;
at the top of my cs file.
using