摘要: chexp1cls chexp = new chexp1cls(); DataTable dt = new DataTable(); dt = chexp.Getchexp1DB("0"); string htmlspece_code=""; if (dt.Rows.Count > 0) { if (dt.Rows[0]["cust_no"] != null) { this.cust_no.InnerHtml = dt.Rows[0]["cust_no"].ToString();//this.cust_no是 阅读全文
posted @ 2008-08-02 21:50 流浪者的飘 阅读(136) 评论(0) 推荐(0)
摘要: C#中定义接口: public interface Sk_usersCL { int Uid { get;} string UserName { set;get;} string PassWord { set;get;} string Sex { set;get;} string Connectionstring { set;get;} int InsusersCL(); int GetdatausersCl(); }实现接口的类:public class sk_usersclsCL : Sk_usersCL { private int puid; private string puserna 阅读全文
posted @ 2008-08-02 21:00 流浪者的飘 阅读(185) 评论(0) 推荐(0)