给gridview写css样式
摘要:.GridViewStyle{ border-right: 2px solid #A7A6AA; border-bottom: 2px solid #A7A6AA; border-left: 2px solid white; border-top: 2px solid white; padding: 4px;}.GridViewStyle a{ color: #FFFFFF;}.GridViewHeaderStyle th{ border-left: 1px solid #EBE9ED; border-right: 1px solid #EBE9ED;}.GridViewHeaderStyl.
阅读全文
posted @
2011-08-31 11:23
品言
阅读(2068)
推荐(0)
repeater嵌套
摘要:例子一:.aspx<asp:repeater id="repeaterMain" Runat="server" OnItemDataBound="repeaterMain_ItemDataBound"> <ItemTemplate> <table> <tr><td> <a href= " <%#"Details.aspx?au_id=" + DataBinder.Eval(Container,"DataItem.au_id&
阅读全文
posted @
2011-08-30 17:02
品言
阅读(183)
推荐(0)
[转]Asp.net常用的51个代码(非常实用)
摘要:1.弹出对话框.点击转向指定页面Code:Response.Write("<script>window.alert('该会员没有提交申请,请重新提交!')</script>");Response.Write("<script>window.location ='http://www.msproject.cn/index.asp'</script>");2.弹出对话框Code:Response.Write("<script language='javas
阅读全文