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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -