会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
厚道 善良 守信 宽容 诚实 谦虚 正直 执着
首页
联系
管理
文章分类 -
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)
partial class 使用举例
摘要:不知道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)
公告