Display data in 3 text boxes at the same time?
Is it possible to enter a number into a textbox and have two more textboxes automatically complete with different calculations. Textbox 1 will be an entered number, textbox 2 will be a percentage value and textbox 3 will be a decimal value.
VulpesPosted Nov 26, 2012, 6:42 PM
Alan ConlonPosted Nov 27, 2012, 12:43 PM
Alan ConlonPosted Nov 26, 2012, 2:52 PM
VulpesPosted Nov 26, 2012, 1:02 PM
You can also do it dynamically (as the user types the value into textbox1) by handling it's TextChanged event rather than its Leave event.