Fire Link Button Event!!!

  • Thread starter Thread starter Adam Knight
  • Start date Start date
A

Adam Knight

Hi all,

Is it possible to fire a link button event from code using vb?
If so, how would i go about doing that?

I tried typing my reference to the control and see if there were any events
i could use via its properties.
But didn't find anything from a preliminary look..

Cheers,
Adam
 
You want to fire the event for the Button? That's not allowed -- the Button
should know when it was clicked and fire its own event.

WHat are you really trying to do?

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top