dynamic hyperlink

  • Thread starter Thread starter Gerald Baeck
  • Start date Start date
G

Gerald Baeck

I want to realize a dynamic hyperlink, which changes onclick it's text and
it's navigateurl. Unfortunately there is no event for a hyperlink like
onclick for buttons. Is there another way to realize this task?

thx, Gerald.
 
You want a hyperlink that you can write server code to when it is clicked
(just like a Button)? The LinkButton server control is exactly what you
need. Drag one of them onto a Web form and double click it to hook up it's
Click event. Then, write any code you need!

Hope this helps,
Johann MacDonagh
 

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