摘要:
string Val = DropDownList1.SelectedValue; string[] arr=Val.Split('|'); string RedirectUrl="ProSearch.aspx?BigClassID="+arr[0]; if(Convert.ToInt32(arr[1])>0) RedirectUrl... 阅读全文
posted @ 2009-04-15 15:47 hateyoucode 阅读(228) 评论(0) 推荐(0)