我有我的代碼(ARGGGH!)的另一個問題我有一個request.querystring,我打電話,我得到以下錯誤索引超出範圍。必須是非負數且小於集合的大小。參數名稱:索引System.ArgumentOutOfRangeException:索引超出範圍
public void getAccountRef()
{
string getAccountRef = (string)Request.QueryString["AccountRef"].ToString();
SqlDataSource1.SelectParameters[0].DefaultValue = getAccountRef;
}
任何想法爲什麼?我試圖解析這是會像格式化REDIT1
乾杯
賈斯汀
這意味着'SqlDataSource1'沒有索引爲'0'的選擇參數 – Alex 2011-03-28 15:48:22