work on C# asp.net C#.I am having textbox to enter only numbers not letters.
If someone try to enter letters then he fail to enter letter.
Length of entering a number is finite like : he can enter 100 to 200. not more than.
<asp:TextBox ID="txtLength" runat="server" onkeydown="return javascript:DigitOnly(this)" >0</asp:TextBox>
want numedic text box? where user can only input number like : int ,double not any letter.