摘要: HTML如下:<%@ Page Language="C#" masterpagefile="~masterurl/default.master" title="无标题 1" inherits="DLLCS.WebForm1, DLLCS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a34b431d3cbdcd48" meta:progid="SharePoint.WebPartPage.Document" %><asp:C 阅读全文
posted @ 2010-04-23 02:15 China2008 阅读(196) 评论(0) 推荐(0)
摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { string key = this.GridView1.DataKeys[e.Row.RowIndex].Value.ToString(); e.Row.Attributes.Add("onmouseover", "if(this!=prevselitem){this.style.backgroundColo 阅读全文
posted @ 2010-04-23 02:11 China2008 阅读(148) 评论(0) 推荐(0)