Here's my scenario
I do have many link labels in my form. What I want to happen is, when a user click on that link label, the name of that link label will be passed to a variable.
khentz 0 Junior Poster in Training
Recommended Answers
Jump to Postadd a click-event handler for your linklabels
inside the handler you just do
myConstVariable = ctype(sender, linklabel).Name
All 3 Replies
GeekByChoiCe 152 Practically a Master Poster Featured Poster
khentz 0 Junior Poster in Training
Vichualito 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.