HTML Button

  • Thread starter Thread starter Alan T
  • Start date Start date
A

Alan T

Is it possible to access the HTML created buttons or other controls in
code-behind?

I created buttons using html, would like to control the visible property in
code-behind.
 
Add: runat="server" and ID="some ID" to the button(s) or just make a web
forms button (<ASP:Button>) in the first place.
 

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