梓骏

导航

2012年8月22日 #

Winform数据即时更新 父窗体子窗体即时更新

摘要: 第一种方法:用委托,Form2和Form3是同一组Form2C#代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace TestMouseMove { publicdelegatevoid SetVisiableHandler(); public partial class Form2 : ... 阅读全文

posted @ 2012-08-22 14:41 梓骏 阅读(819) 评论(0) 推荐(0) 编辑

使用AutoCompleteExtender实现搜索下拉提示框,读取数据库内容

摘要: 使用AutoCompleteExtender实现搜索下拉提示框,读取数据库内容第一步:建立一个web服务:在所在项目上右键--添加--新建项--添加一个Web 服务 :AutoCompleteService.asmx,该文件位于App_Code下,代码如下using System;using System.Web;using System.Collections;using System.Web.Services;using System.Web.Services.Protocols;using CwayPlatform;using System.Collections.Generic;u.. 阅读全文

posted @ 2012-08-22 08:18 梓骏 阅读(492) 评论(1) 推荐(0) 编辑