J
jvcoach23
I have the following code in the aspx
<asp:Label ID="lblRightWrong" runat="server" />
that is inside a datagrid, itemtemplate
the vb code behind
Me.lblRightWrong.text = "Correct"
but the lblRightWrong says that it does not exists... I've tried exiting
out of VS, tried to recreate it, nothin seems to work.. it always can't see
it. i'm on VS 2005, sp1. anyone have any ideas as to why it won't show
up... all my other referrences to the aspx page are working
thanks
shannon
<asp:Label ID="lblRightWrong" runat="server" />
that is inside a datagrid, itemtemplate
the vb code behind
Me.lblRightWrong.text = "Correct"
but the lblRightWrong says that it does not exists... I've tried exiting
out of VS, tried to recreate it, nothin seems to work.. it always can't see
it. i'm on VS 2005, sp1. anyone have any ideas as to why it won't show
up... all my other referrences to the aspx page are working
thanks
shannon