文章分类 -  Vs.Net2005

学习Vs.Net 2005 Sql Server 2005
摘要:前台界面(HTML代码): 后台代码(.Net): public string public_str_ID { get { return str_ID; } } private string str_ID; protected void Page_Load(object sender, EventArgs... 阅读全文
posted @ 2006-09-12 13:14 jhtchina 阅读(363) 评论(0) 推荐(0)
摘要:不知道2003里面有没有这样的partial class public partial class CoOrds{ private int x; private int y; public CoOrds(int x, int y) { this.x = x; this.y = y; }}public partial class CoOrd... 阅读全文
posted @ 2006-06-01 14:29 jhtchina 阅读(477) 评论(0) 推荐(0)