博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DataList数据绑定的一个简单代码
阅读量:4984 次
发布时间:2019-06-12

本文共 607 字,大约阅读时间需要 2 分钟。

<asp:DataList ID="dlGY" runat="server">

          <ItemTemplate>
                    <table align="center" cellpadding="0" cellspacing="0" width="266">
                             <tr>
                                        <td>
                                                <span class="hong" style="color: #000000">·
                                                    <a class="huise" href="#" onClick="window.open('ShowLeaguerInfo.aspx?id=
                                                         <%#DataBinder.Eval(Container.DataItem,"id") %>','','height=258, width=479, top=200, left=200')"
                                                         ><%#DataBinder.Eval(Container.DataItem,"title") %></a></span></td>
                              </tr>
                              <tr style="color: #000000">
                                        <td>
                                              <img height="1" src="images/line.gif" width="266" /></td>
                               </tr>
                    </table>
           </ItemTemplate>
</asp:DataList>

转载于:https://www.cnblogs.com/lichfury/p/3560984.html

你可能感兴趣的文章
C#编程概念系列(二):应用程序域
查看>>
主动与被动监控 拓扑图组合图 自定义监控
查看>>
部署ASP.NET MVC3 到服务器需要的资源
查看>>
新概念系列之《Part2 Lesson 24 It could be worse》
查看>>
写的好的文章,转载一下
查看>>
文章缩略显示
查看>>
[Swift]LeetCode230. 二叉搜索树中第K小的元素 | Kth Smallest Element in a BST
查看>>
bzoj 1042: [HAOI2008]硬币购物
查看>>
linux
查看>>
第一次作业
查看>>
[SCSS] Convert SCSS Variable Arguments to JavaScript
查看>>
[Javascript] What is JavaScript Function Currying?
查看>>
[Angular 2] Using events and refs
查看>>
发送自定义消息
查看>>
消息总线(Bus)
查看>>
禁止文本框回车提交事件
查看>>
grid响应式布局
查看>>
Linux下几种文件传输命令
查看>>
SQL总结(一)基本查询
查看>>
PDF分割--可脱离python环境执行,可传参数,可弹窗的PC端小工具
查看>>