Link to home
Start Free TrialLog in
Avatar of g46905
g46905

asked on

on click of the label, enable the textbox to enter the data

I am new to VB .NET.I am working on a simple application where you have three labels on the form along with a TextBox on the side of each label.

for example :

    Label1 with TextBox1
    Label2 with TextBox2
    Label3 with TextBox3

When the user clicks on Label1, the prompt should appear on TextBox1 for the user to enter the price.Can you please tell me what I need to do.Please let me know if you have any questions.


ASKER CERTIFIED SOLUTION
Avatar of RonaldBiemans
RonaldBiemans

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial