摘要:
在CS文件中获得对应页面中的下拉框DropDownList_sitebranch值可以有以下几种方法获得:siteInfo.FZJGID=DropDownList_sitebranch.SelectedItem.Value.Trim();siteInfo.FZJGID=Request.Form["DropDownList_sitebranch"].ToString();siteInfo.FZJGID=Request["DropDownList_sitebranch"].ToString();其中Request.Form是ASP.NET获取窗体变量的集合。 阅读全文
posted @ 2010-04-13 09:21
deepwishly
阅读(263)
评论(0)
推荐(0)
浙公网安备 33010602011771号