上一页 1 ··· 3 4 5 6 7

2010年5月14日

摘要: session.是会话级别的.只要会话没有过期.session中存的数据就在.viewstate是页面级别的.只要这个页面在.viewstate中存的数据就在.就是说viewstate中存的数据只能在声明该变量的页面中使用.比如在某页的page_load中声明了:ViewState["test"]="fdasfdsa";那么在该页中的任何一个方法中都可以使用ViewState["test"]来直接... 阅读全文
posted @ 2010-05-14 11:33 icycore 阅读(643) 评论(0) 推荐(0)

2010年5月7日

摘要: Imports Microsoft.VisualBasic Imports System.Data Imports System.Data.SqlClient Public Class dataBase Public cnStr As String Private _conn As New SqlClient.SqlConnection Private _cmd As N... 阅读全文
posted @ 2010-05-07 17:22 icycore 阅读(2838) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7

导航