文章分类 -  Asp.Net

记录学习过程... ...
 
UBB,表情,JS与空间与ASPX文件ID的连接方法
摘要:在C#中,我在aspx文件中注册了控件: 要使用到空间中的组件如: 这时要是在JAVASCRIPT要把焦点定到TEXTBOX,那么应该是这样对不: document.form1.Add_Article1_Content.focus(); 阅读全文
posted @ 2006-07-02 17:22 IfElse 阅读(257) 评论(0) 推荐(0)
.net2.0 数据库连接
摘要:web.config文件设置: Access: SQL: 数据库访问层设置: Access: protected static string asd = ConfigurationSettings.AppSettings["datapath"]; protected static string link="Provider=Microsoft.Jet.OLEDB.4.0;Data sourc... 阅读全文
posted @ 2006-07-02 17:20 IfElse 阅读(499) 评论(0) 推荐(0)