登录
首页 » C# » gridsortingpagingevents

gridsortingpagingevents

于 2013-09-22 发布 文件大小:535KB
0 153
下载积分: 1 下载次数: 1

代码说明:

  gridsortingpagingevents,利用kendoui grid控件捕获grid的page分页事件(gridsortingpagingevents, use kendoui grid control to capture the page grid paging event)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GridView_AutoPage_Button
    自定义GridView分页模板中页码Button的实现(Custom Button GridView paging implementation of the template page)
    2010-10-24 11:02:24下载
    积分:1
  • HomeWork
    生产者消费者实现进程的共享 CSemaphore(Producers and consumers)
    2009-11-22 10:27:23下载
    积分:1
  • studentresigter
    此程序避免了对于大学期间的学生登记注册功能(This procedure avoids the college students for the registration function)
    2009-10-19 10:28:13下载
    积分:1
  • MNT1
    Nucleus内核源码,包括任务的创建,任务间通信,中断处理.(Nucleus kernel source code, including task creation, task inter-communication, interrupt handling.)
    2008-01-09 14:39:44下载
    积分:1
  • signal-process
    说明:  书名为《信号处理》,是奥本海姆撰写,是信号处理专业的经典书籍,适合图像处理,信号处理,语言处理专业的人士阅读(Title of &quot signal processing&quot , is Oppenheim wrote, is a classic signal processing professional books, for image processing, signal processing, language processing professions reading)
    2010-04-07 10:08:17下载
    积分:1
  • source achada 762
    说明:  source achada v 762 wyd c++ brazil, source achada v 762 wyd c++ brazil(source achada v 762 wyd c++ brazil)
    2020-06-19 01:00:02下载
    积分:1
  • tsp--yichuangsuanfa
    程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。 48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。 (Procedures of the 48 cities TSP problem (document coordinates corresponding to the city 48.txt) to calculate the optimal solution of the path and road map are as follows. The results of 48 cities, the path of the red* indicates the beginning of the city, passing through the city followed by the blue box and red* marked.)
    2009-04-11 22:05:02下载
    积分:1
  • C# pop3 邮件接收
    private void Connect_Click(object sender, System.EventArgs e)        {            //将光标置为等待状态            Cursor cr = Cursor.Current;            Cursor.Current = Cursors.WaitCursor;            String a ,b,c;              //用110端口新建POP3服务器连接            Server = new TcpClient(PopServer.Text, 110);            Status.Items.Clear();             try            {                //初始化                NetStrm = Server.GetStream();                RdStrm = new StreamReader(Server.GetStream());                Status.Items.Add(RdStrm.ReadLine());                 //登录服务器过程                Data = "USER " Username.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 Data = "PASS " Password.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小                Data = "STAT" CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                //Status.Items.Add(RdStrm.ReadLine());                 //改变按钮的状态                Connect.Enabled = false;                Disconnect.Enabled = true;                Retrieve.Enabled = true;                 //将光标置回原来状态                Cursor.Current = cr;             }            catch (InvalidOperationException err)            {                Status.Items.Add("Error: " err.ToString());            }        }
    2014-11-02下载
    积分:1
  • drivers
    说明:  基于STM32F4 大彩屏的开发 已经正常调试 在测试过程中建议先阅读相关手册(The development of large color screen based on STM32F4 has been debugged normally. In the course of testing, it is suggested to read the relevant manual first.)
    2020-06-24 14:20:01下载
    积分:1
  • HospitalManagement
    hospital management system to record students info with billing info
    2020-06-24 06:00:02下载
    积分:1
  • 696516资源总数
  • 106415会员总数
  • 3今日下载