I have got 2 textboxes. The summation of the numbers in the 2 textboxes should go in third textbox. I am doing it in the following way:
text3.text = cdbl(text1.text)+cdbl(text2.text).
What I want is the number in third text box should not exceed 2 decimal places. How to do it??? Help!!!!
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET. subscribe