I have a gridview and sqldatasource.
Gridview , Paging numbers.
When you select the number page in the footer of the gridview it will underline the selected number .
Thank you
solved.........You can use a CSS class to do this: here is a sample.
<style type="text/css">
.pager span { color:#009900;font-weight:bold; font-size:16pt; }
</style>
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DataSourceID="SqlDataSource1" PageSize="5 >
<PagerStyle CssClass="pager" />
http://forums.asp.net/t/1092990.aspx?Highlight+current+page+on+gridview+pager
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With