ASP.NET中同一网格视图中每行两条记录(如何执行此操作)请执行任何操作 [英] Two records per line in the same gridview in ASP.NET (how to do this) pls any

查看:72
本文介绍了ASP.NET中同一网格视图中每行两条记录(如何执行此操作)请执行任何操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Two records per line in the same gridView in ASP.NET (how to do this) pls any one help
thanks in advance





我尝试过:





What I have tried:

Two records per line in the same gridView in ASP.NET

推荐答案

例如



e.g.

<asp:GridView id="id" style="width:100%" runat=server">
   <div style="width:50%">
     //your records list goes here
   <div>
</asp:GridView>





如果你使用的是bootstrap css那么



按类=col-sm-6替换样式





试试这个,

希望它适合你



if you are using bootstrap css then

replace style by class="col-sm-6"


try this,
Hope it will works for you


这篇关于ASP.NET中同一网格视图中每行两条记录(如何执行此操作)请执行任何操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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