c# - Change the color of the selected page number in the gridview paging footer -
i have gridview , sqldatasource.
gridview , paging numbers.
when select number page in footer of gridview underline selected number .
- is there way of changing color of selected number ?
thank you
see pagination class assigned cssclass="pagination"
<pagerstyle cssclass="pagination" horizontalalign="center" verticalalign="middle"/>
.pagination .current { background: #26b; color: #fff; border: solid 1px #aae; }
Comments
Post a Comment