排序表控件 [英] Sort Table control

查看:56
本文介绍了排序表控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好...

我正在使用ASP.NET.我按单元格和行动态创建了一个表.

现在我需要通过单击对表进行排序列的头...
有人知道如何...是因为我试图找到一种排序方法,但不是..

这是我的表声明:

< asp : 表格 ID =" ResultTable" runat =服务器" BorderColor ="#FFFF99" 字体名称 =" Aharoni" 字体大小 ="小";>

hi all...

i'm using ASP.NET.
i created a table dynamically by cells and rows.

now i need to sort this table by clicking the head of the column...
does anyone have an idea how...cause i'm trying to find a sort method but the isn't..

this is my table declaration:

<asp:Table ID="ResultTable" runat="server" BorderColor="#FFFF99" Font-Names="Aharoni" Font-Size="Small">

行= 新建 TableRow

row = New TableRow

cell = 新建 TableCell

cell = New TableCell

推荐答案

http://forums.asp.net/.


这篇关于排序表控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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