You could have the hyperlink button set a hidden text field that you could
inspect on postback, or have the hyperlink itself trigger the postback (but
that involves a round trip.)

HTH,

bill

"vMike" <Michael.George@spamnotgewarren.com.delete> wrote in message
news:DU%La.72119$Io.6769806@newsread2.prod.itd.ear thlink.net...
> I have a web control on a web page generated with asp:hyperlink. I want to
> know if it has been clicked. How can I tell if this has happened. I don't
> need any other information other than being clicked.
> Thanks in advance.
> Mike
>
>