2008年6月29日 星期日

網頁切換變數設定及取值(網頁初學者)

設定(別再搞錯符號了)
string url="BBS.aspx?type=test";

取值
string type = Request.QueryString["type"] == null Request.QueryString["type"].ToString() == String.Empty ? String.Empty : Request.QueryString["type"].ToString();

沒有留言: