Click here to Skip to main content
15,906,335 members
Please Sign up or sign in to vote.
1.12/5 (4 votes)
See more:
Please insert the above numeric field in the codes below

XML
<td class="style22">
               <asp:TextBox ID="txt_Amount" runat="server" Font-Bold="True"
                   Font-Size="X-Small" Height="17px" Width="109px" TabIndex="7"></asp:TextBox>
           </td

>
Posted

Have a look here: MaskedEdit Sample[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 17-Jul-14 23:55pm    
Makes sense, probably. A 5.
—SA
Maciej Los 18-Jul-14 16:08pm    
Thank you, Sergey ;)
Hi, I do not understand your question, but if you need to validate the numerical format can use the RegularExpressionValidate control.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900