Button

  • Thread starter Thread starter shapper
  • Start date Start date
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
 
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
 
Back
Top