The name lblorder does not exist in the current context label
<asp:Label ID="lblorder" runat="server" Text="Ordernumber: "></asp:Label>
code behind
string test = lblorder.Text;
I hate this error. Once in a while it just pops up and I know that it has something to do with deleting the aspx.designer.cs and rebuilding the page or solution file but I work in Visual Web Developer 2008 Express Edition and I dont have this aspx.designer.cs file
..help me..