我有一张这样的桌子:
<table width="100%" bgcolor="Wheat" style="border:Solid 1 Black">
<tr>
<th>
VendorCode
</th>
<th>
VendorName
</th>
<th>
Password
</th>
<th>
Email
</th>
<th>
Phone
</th>
</tr>
</table>
问题是我没有得到表格边框......我也在使用 updatepanel 和 ajax 工具包......任何人都可以告诉我这是什么问题吗?