摘要:
很多新手对GridView的databound事件并不熟悉,今天我就来掩饰一个实例,希望对大家有所帮助!这是一个给GridView添加绑定效果的例子,使其每一行加上高亮,并添加跳转事件。首先看一下代码:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1protectedvoidgv_TestCombinationList_RowDataBound(objectsender,GridViewRowEventArgse)2{3DataRowVie 阅读全文