Ask a Question related to ASP.NET General, Design and Development.
-
William F. Robertson, Jr. #1
Re: Determining if a hyperlink button to external site has been clicked.
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
>
>
William F. Robertson, Jr. Guest
-
How do I get the Clicked Event on Hyperlink to execute a Command?
I have a ButtonColumn as a link. When the user clicks on it, I want to execute a command to query a database and display data in another grid. I... -
Adding a second button if the first button is clicked
Hi I build my form dynamically in Page_Load, with a button If the user clicks the button I want to create another button. I can do this but the... -
PDFs as Hyperlink in Email Not Loading When Clicked
Hi - Ran into a rather strange issue that I'm hoping someone here can help with. We've created a user survey based off some information we have... -
Internal/External DataGrid (get CHKBX Value when clicked)
I have fumbled around with this for a couple of days and have decided to ask for help now. I have an ASPX Page (webpage) with a DataGrid on it... -
hyperlink clicked query
I am making a dynamic search in director which uses hypertext-go to frame to goto the clicked hyperlink inside the movie. I want to change the logic...



Reply With Quote

