zoukankan      html  css  js  c++  java
  • Datalist控制一行显示多列宽度设置 dodo

    <asp:DataList runat="server" ItemStyle-Width= "50%"  Width="100%" ID="dlSubSubCourseSet" RepeatDirection="Horizontal"
                                                                    RepeatColumns="2">
                                                                    <ItemTemplate>
                                                                       
                                                                            <table width="96%" border="0" align="left" cellpadding="0" cellspacing="0">
                                                                                <tr>
                                                                                    <td height="26" align="left">
                                                                                        <%# Eval("C_ItemsTitle") %>
                                                                                    </td>
                                                                                    <td width="60" align="center">
                                                                                        <a href="javascript:window.location.href=window.location.href" class="easyui-linkbutton"
                                                                                            iconcls="icon-edit" plain="true" onclick="javascript:window.open('../CourseSet/editset.aspx?CourseItemsID=103')">
                                                                                            编辑</a></td>
                                                                                    <td width="60" align="center">
                                                                                        <a href="javascript:window.location.href=window.location.href" class="easyui-linkbutton"
                                                                                            iconcls="icon-cancel" plain="true" onclick="javascript:window.open('../CourseSet/editset.aspx?CourseItemsID=103')">
                                                                                            删除</a>
                                                                                    </td>
                                                                                </tr>
                                                                                <tr>
                                                                                    <td height="1" colspan="3" background="<%=Page.ResolveClientUrl("~/")%>themes/<%=EtrmsLibrary.Common.EtrmsThemes%>/images/index_2_r10_c2.jpg">
                                                                                    </td>
                                                                                </tr>
                                                                            </table>
                                                                      
                                                                    </ItemTemplate>
                                                                </asp:DataList>
  • 相关阅读:
    Modal的跳转方法为什么会显得那么奇怪
    新博客介绍
    Swift弹窗
    Java 定时任务之Quartz
    40个Java集合面试问题和答案
    elasticsearch 学习笔记
    Mac使用指南
    平时学习遇到问题及解决方法
    session和request的区别
    框架中web.xml中配置文件解析
  • 原文地址:https://www.cnblogs.com/zgqys1980/p/2098236.html
Copyright © 2011-2022 走看看