当前位置:编程学习 > C#/ASP.NET >>

抛砖引玉——实现LISTVIEW点击COLUMN排序的代码,可实现按时间,字符,数字排序(测试程序)

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using ListViewControl;
namespace SampleOnListViewControl
{
    /// <summary>
    /// Summary description for Form1.
    /// </summary>
    public class Form1 : System.Windows.Forms.Form
    {
        private ListViewControl.EastSpider listView1;
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.Container components = null;
        public Form1()
        {
       //
       // Required for Windows Form Designer support
       //
       InitializeComponent();
       testfunction();
       //
       // TODO: Add any constructor code after InitializeComponent call
       //
补充:asp.net教程,数据库应用 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,