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;
 
Back
Top