I am creating a user control which should be managed from a webform.
I have a user control with a textbox
On my webform I have created 4 instances of the user control.
I've also added 4 labels and a button. What I wish to do is to multiplicate the entered value from the user control by 5 and then show the result in a label. How could this be done?
I am using
VB.Net