摘要:
//查詢按鈕protectedvoidbtnQue_Click(objectsender,EventArgse){this.tableInfo.Visible=true;SqlConnectionsqlconn=newSqlConnection("server=localhost;database=db;uid=uid;pwd=pwd;");sqlconn.Open();SqlDataAdapte... 阅读全文
摘要:
//1使用REPEATER控件显示数据(指定字段显示)RepeaterBind.DataSource=ds.Tables["testTable"];RepeaterBind.DataBind();<asp:Repeaterid="RepeaterBind"runat="server"><ItemTemplate><li><%#DataBinder.Eval... 阅读全文
摘要:
//设为首页 <span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.google.cn');" style="CURSOR: hand">设为首页</span>//加入收藏 <a ... 阅读全文