ixjngtv

  點部落 :: Home :: Syndication :: 我的收藏 ::  :: Login
  文章數 - 22, 回應數 - 4, 引用數 - 0

每月文章

參考

麻吉

 

   1:  session["abc"]=txtabc.Text;
   2:  session["abc2"]=sqlabc.toString();
   3:   
   4:  ViewState["123"]=txtabc.Text;
   5:  ViewState["123b"]=sqlabc.toString();
   6:  呼叫:
   7:  DataSet ds = obj_DataBase.QueryDB((string)ViewState["123b"]," ");
 
       ViewState是在本頁無域讀取,若使用範圍只有本頁,盡量使用ViewState
       Session是在一整個網頁無域讀取
讀取ViewState並做if判斷時的寫法:if(ViewState["123"].ToString() == "AAA")

  
  
 


posted on 2008/7/10 14:27 | 我要推薦 | 閱讀數 : 108 | 訂閱

關連文章


Feedback

目前沒有回應.

回應

標題:
姓名:
電子郵件:(將不會被顯示)
個人網頁:
內容: 

登入後使用進階評論
Please add 2 and 6 and type the answer here: