J
Joe Kovac
Hi!
Using:
<asp:TextBox ID="TextBox1" runat="server"
onchange="onchange()"></asp:TextBox>
I get:
Warning 1 Validation (ASP.Net): Attribute 'onchange' is not a valid
attribute of element 'TextBox'.
How to avoid this warning? What should I do to "fix" it?
Possibly you styles or like that???
Thanks
Joe
Using:
<asp:TextBox ID="TextBox1" runat="server"
onchange="onchange()"></asp:TextBox>
I get:
Warning 1 Validation (ASP.Net): Attribute 'onchange' is not a valid
attribute of element 'TextBox'.
How to avoid this warning? What should I do to "fix" it?
Possibly you styles or like that???
Thanks
Joe