How to get html controls form html table in server side,asp.net

前端 未结 2 1623
花落未央
花落未央 2021-01-29 09:45

Can any body tell me how can i get html controls form html table in server side in asp.net? My code goes like this.

 
2条回答
  •  庸人自扰
    2021-01-29 10:08

    write the runat="Server" attribute in html control then you can use html control on server side.

提交回复
热议问题