- ·上一篇文章:ASP.NET中水晶报表的使用
- ·下一篇文章:DataGrid鼠标事件处理
ASP.net中Panel控件用法
="33%" bgcolor="#EEEDDB" height="16">邮政编码:</td>
<td width="67%" bgcolor="#EEEDDB" height="16">
<asp:Label id="FZipCode" runat="Server" /> </td>
</tr>
<tr>
<td width="33%" bgcolor="#EEEDDB" height="16">简介:</td>
<td width="67%" bgcolor="#EEEDDB" height="16">
<asp:Label id="FComment" runat="Server" /> </td>
</tr>
<tr>
<td width="33%" bgcolor="#EEEDDB" height="16"> </td>
<td width="67%" bgcolor="#EEEDDB" height="16">
<asp:Button id="SecondPrevStep" Text="上一步" runat="server" />
<asp:Button id="FinishStep" Text="完成" runat="server" /> </td>
</tr>
</table>
</asp:Panel>
<asp:Panel id="Panel3" runat="server">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="41%">
<tr>
<td width="100%" colspan="3" bgcolor="#339966" align="center">
<font color="#FFFF99">恭喜您,您已经完成了所有的操作</font>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#EEEDDB">请您.......</td>
</tr>
</table>
</asp:Panel>
</form>
</body>
</html> 做人要厚道,请注明转自chinazhan中国站长(www.ChinaZhan.com)。
<td width="67%" bgcolor="#EEEDDB" height="16">
<asp:Label id="FZipCode" runat="Server" /> </td>
</tr>
<tr>
<td width="33%" bgcolor="#EEEDDB" height="16">简介:</td>
<td width="67%" bgcolor="#EEEDDB" height="16">
<asp:Label id="FComment" runat="Server" /> </td>
</tr>
<tr>
<td width="33%" bgcolor="#EEEDDB" height="16"> </td>
<td width="67%" bgcolor="#EEEDDB" height="16">
<asp:Button id="SecondPrevStep" Text="上一步" runat="server" />
<asp:Button id="FinishStep" Text="完成" runat="server" /> </td>
</tr>
</table>
</asp:Panel>
<asp:Panel id="Panel3" runat="server">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="41%">
<tr>
<td width="100%" colspan="3" bgcolor="#339966" align="center">
<font color="#FFFF99">恭喜您,您已经完成了所有的操作</font>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#EEEDDB">请您.......</td>
</tr>
</table>
</asp:Panel>
</form>
</body>
</html> 做人要厚道,请注明转自chinazhan中国站长(www.ChinaZhan.com)。
