Repost: Hyperlink

A

Alex Papadimoulis

If by "run time" you mean client side, then use javascript:
getElementById('hyperlinkid').click(); If you mean server side, then the
link must be runat=server and you'll have to call the event handler
explicitly -- which is not a good practice.

Instead, use a helper function:
sub Link_Click(sender as object,e as eventargs)
DoLinkClick
end sub

sub DoLinkClick
...
end sub

Alex Papadimoulis
 

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

Similar Threads

click event of the hyperlink 1
HyperLink trouble 2
hyperlink click event? 4
Edit old flash game 0
HyperLink 1
Hyperlink event. 1
click event on hyperlink field 2
Notify if the user microphone is off 1

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top