摘要:
数据绑定以及Container.DataItem几种方式与用法分析灵活的运用数据绑定操作 绑定到简单属性:<%#UserName%> 绑定到集合:<asp:ListBox id="ListBox1" datasource='<%# myArray%>' runat="server"> 绑定到表达式:<%#(class1.property1.ToString... 阅读全文
posted @ 2009-10-22 14:19
水帘洞(齐天大圣)
阅读(125)
评论(0)
推荐(0)
摘要:
1. 打开新的窗口并传送参数:传送参数:response.write("<script>window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"')</script>")接收参数:string a = Request.QueryString("id");string b = Reque... 阅读全文
posted @ 2009-10-22 14:10
水帘洞(齐天大圣)
阅读(215)
评论(0)
推荐(0)
摘要:
document.body.clientWidth、scrollWidth、scrollTop;关键字: js function gets(){var s ="网页可见区域宽:"+ document.body.clientWidth; s += "<br>网页可见区域高:" + document.body.clientHeight; s += "<br>网页可见区域宽:" ... 阅读全文
posted @ 2009-10-22 14:05
水帘洞(齐天大圣)
阅读(3131)
评论(0)
推荐(0)

浙公网安备 33010602011771号