使用asp.net设计器页面使列显示相同 [英] Make column display as same using asp.net designer page

查看:47
本文介绍了使用asp.net设计器页面使列显示相同的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

A........... (10)
AB.......... (20)
ABC......... (30)
ABCD........ (40)
ABCDE....... (50)
ABCDEF...... (60)
ABCEDFG..... (70)
AB.......... (80)
BCDE........ (90)


我想在aspx页面中显示如上所述的设计.我用过表,行和列.但是我无法获得正确的设计.
我正在获得像
这样的设计


I want to show the design as above in aspx page. I have used table, row and column. But i can not get correct design.
I am getting the design like

A...... (10)
AB...... (10)
ABC...... (20) etc


怎么办?

谢谢


How to do?

Thanks

推荐答案

使用 为了空间,您只能做这件事.
如果您有任何问题,可以为我的答案添加评论.如果您接受我的回答,请对此评分.
Use   for space, you can''t do anything except this.
If you have any problem just you can add comment for my answer. if you accept my answer then rate this.


为此使用不同的列并设置每列的宽度.
use different columns for this and set the width of each column.
<table>
<tr>
<td style="width:10%">A</td>
<td style="width:2%">......</td>
<td style="width:10%">(10)</td>
</tr>
</table>


等等...
并根据您的设计页面设置列宽.
希望对您有帮助.
如果有帮助,请不要忘记将其标记为答案. :)


and so on...
and set width of column according to your design page.
Hope this will help you.
Don''t forget to mark as answer if it helps. :)


这篇关于使用asp.net设计器页面使列显示相同的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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