Quantcast
Channel: iT邦幫忙
Viewing all articles
Browse latest Browse all 15645

C# session似乎沒動作?!

$
0
0
Session["MyLevel"] = readD.GetInt32(6); // '取該員工內網 等級
---------------------------------------------------------------------------------------
if (Session["MyLevel"] != null)
{
//string level = Session["MyLevel"].ToString();
if (Session["MyLevel"].ToString().Trim() == "0") // '轉網址
{
Server.Transfer("Frameset_NOAdmin.aspx");
}
else //'轉網址
{
Server.Transfer("Frameset.aspx");
}
}
----------------------------------------------------------------------------------------

主要目的是 先進資料庫抓取讀取等級以後 用SESSION傳送至IF ELSE內判斷要轉到哪個網頁

但是判斷完成以後 卻沒有把網頁導向過去

想請問一下我這樣寫是哪裡出錯了嗎 謝謝

Viewing all articles
Browse latest Browse all 15645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>