D
Doogie
I added this label inside a <div>:
<asp:label id="lblNegRate" runat="server" style="color:Red"
text="* Denotes a negotiated rate." />
and when I run my app, I get this error:
"sys.argumentexception: value must not be null for controls and
behaviors"
I don't understand what the error is trying to tell me. Anyone have
any ideas?
<asp:label id="lblNegRate" runat="server" style="color:Red"
text="* Denotes a negotiated rate." />
and when I run my app, I get this error:
"sys.argumentexception: value must not be null for controls and
behaviors"
I don't understand what the error is trying to tell me. Anyone have
any ideas?