摘要: 接收Bind的控件,一般有DropDownList,DataList,DataGrid,ListBox这些集合性质的控件,而被捆绑的主要是ArrayList(数组),Hashtable(哈稀表),DataView(数据视图),DataReader.... 阅读全文
posted @ 2010-11-18 22:56 荷塘月色加油 阅读(151) 评论(0) 推荐(0)
摘要: <%=...%>与<%#... %>的区别: <%=...%>是在程序执行时调用,<%#... %>是在DataBind()方法之后被调用 阅读全文
posted @ 2010-11-18 22:51 荷塘月色加油 阅读(191) 评论(0) 推荐(0)
摘要: 传送参数:response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>")  接收参数:string a = Request.QueryString("id");string b = Request.QueryStrin... 阅读全文
posted @ 2010-11-18 22:41 荷塘月色加油 阅读(240) 评论(0) 推荐(0)