Button

S

shapper

Hello,

I want to create an Asp.Net button with the click event so that I can
run a function.
However, I want the button to be only some text like "click here".

Asp:Hyperlink doesn't seem to have a click event.

Can I make an Asp:Button to have only text?
If yes, how?
If not, is there a solution to this?

Thanks,
Miguel
 
H

Hans Kesting

Hello,
I want to create an Asp.Net button with the click event so that I can
run a function.
However, I want the button to be only some text like "click here".

Asp:Hyperlink doesn't seem to have a click event.

Can I make an Asp:Button to have only text?
If yes, how?
If not, is there a solution to this?

Thanks,
Miguel

Do you want a LinkButton?

Hans Kesting
 

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

Top