电脑故障

位置:IT落伍者 >> 电脑故障 >> 浏览文章

为GridView的行添加鼠标经过、点击的事件。


发布日期:2018/3/29
 
protected void GridView_RowDataBound(object sender GridViewRowEventArgs e)

{

eRowAttributesAdd(onmouseover c=thisstylebackgroundColor;thisstylebackgroundColor=#BFF);

eRowAttributesAdd(onmouseout thisstylebackgroundColor=c);

eRowAttributes[style] = Cursor:hand;

int count = GridViewRowsCount;

string ID = ;

for (int i = ; i < count; i++)

{

ID = GridViewDataKeys[i]ValueToString();

GridViewRows[i]AttributesAdd(onclick newwin=windowopen(defaultaspx?ID= + ID + newwinwidth=height=));

}

}

上一篇:DotNet for Symbian平台

下一篇:汉字拼音的一个完整解决方法!