HTML server control in .CS

  • Thread starter Thread starter vinodkus
  • Start date Start date
Can any one tell me how an html server control can be used in .CS

for example for

<table id=Table1 runat=server>

you can reference the control by its unique id

Table1.visible = false;
 

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