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. 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
write the runat="Server" attribute in html control then you can use html control on server side.