I have text box that user write the price inside it , I need to know how to add the format to be look like 1236,650 for example The problem I faced that when the user write the price like 6.500 and then save it , it's become like 6.5
this is my text box
<asp:TextBox ID="TxtPrice" runat="server"
style="text-align:right; margin-left: 0px;" Height="19px" Width="109px" ></asp:TextBox>