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=)); } } |