Posted on: 5/8/2014 10:03:40 PM | Views : 409

Hello
i have 3 texboxes (texboxe1,texboxe2,texboxe2).....first 2 use for enter value and 3rd is use for show the calculated value...i also have button that perform event....i want to show the limited value (not more than 2 number after dot e.g    3.45 if answer is any e.g 3.45632) in answer textbox.textbox must convert & show numbers into two numbers after dot.......            plzzzz help me.......
Asp.net <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <asp:Button ID="CreateAccountButton" runat="server" Text="Calculat" onclick="Calculate_Click"> C# protected void Calculate_Click(object ...

Go to the complete details ...