S
Samuel Shulman
Hi all
<asp:TextBox ID="txtCarat" runat="server" TabIndex="38" Width="28px"
onkeypress="return NumericOnly(event);"></asp:TextBox>
I tried to code this line to filter the none numeric characters typed into
the textbox but it doesn't accepts it
What is the syntax for JavaScript?
thank you,
Samuel
<asp:TextBox ID="txtCarat" runat="server" TabIndex="38" Width="28px"
onkeypress="return NumericOnly(event);"></asp:TextBox>
I tried to code this line to filter the none numeric characters typed into
the textbox but it doesn't accepts it
What is the syntax for JavaScript?
thank you,
Samuel