1.动态拼接html字符串
概述:
优点:
缺点:
示例:
<table>
<tr>
<td>
</td>
</tr>
</table>
2.使用asp.net对html的封装,如Table控、TableRow、TableCell等件。
概述:
优点:
缺点:
示例:
3.使用asp.net的表格控件GridView、DetailsView、FormView、Repeator等控件。
概述:
优点:
缺点:
示例:
1.动态拼接html字符串
概述:
优点:
缺点:
示例:
<table>
<tr>
<td>
</td>
</tr>
</table>
2.使用asp.net对html的封装,如Table控、TableRow、TableCell等件。
概述:
优点:
缺点:
示例:
3.使用asp.net的表格控件GridView、DetailsView、FormView、Repeator等控件。
概述:
优点:
缺点:
示例: