如何在ASP>网络应用程序的设计视图中设计表格 [英] how to design table in design view of ASP>net web application

查看:70
本文介绍了如何在ASP>网络应用程序的设计视图中设计表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



i想用桌面控件设计我的网页表格。



所以哪个控件(标准/ HTML)可以从工具箱中选择设计视图。

我有3行,其中2行包含两列,第3行只包含一列(它是shoud combine(colspan)两列)


i want to design my web form with table control.

so which control(either standard/HTML) can i select in design view from toolbox.
and i have 3 rows, among them 2 rows consists two columns and 3 rd row contains only one column (it shoud combine (colspan) two columns )

推荐答案

您可以尝试以下简单的表格结构



hi you can try following simple table structure

<table>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
<tr><td colspan="2"></td></tr>
</table>






如果你想在设计视图中创建你的表格,

那么你可以使用工具箱中的标准控件。



问候,

Shree M。
Hi,

If you want to create your table in design view,
then you can use Standard controls from the toolbox.

Regards,
Shree M.


你可以在asp.net工具箱中使用表格控件,查看这个演示:如何使用表格控制在aspnet中 [ ^ ]
You may use the table control in the asp.net toolbox, check this demo: how-to-use-table-control-in-aspnet[^]


这篇关于如何在ASP&gt;网络应用程序的设计视图中设计表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆