Hey guys,

Is there any way to call the click event of a linklabel? E.g., I have a form that should call linkLabel_refresh_LinkClicked when it closes. Is that possible?

Thanks

Recommended Answers

All 3 Replies

Hey guys,

Is there any way to call the click event of a linklabel? E.g., I have a form that should call linkLabel_refresh_LinkClicked when it closes. Is that possible?

Thanks

linkLabel1_LinkClicked(null, null);

u can use link button control instade of link lable
there is a click event available for link button

linkLabel1_LinkClicked(null, null);

Worked great - thanks!

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.