How to make bold a pager number of datagrid
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi Hi I am creating one application in ASP.NET using c#. I allow the paging on the datagrid. I want to make bold a page number if data is on that page in datagrid. Swapnil Bhavsar
-
Hi Hi I am creating one application in ASP.NET using c#. I allow the paging on the datagrid. I want to make bold a page number if data is on that page in datagrid. Swapnil Bhavsar
You might be able to accomplish this by handling OnDataBound and looking for the Pager row type.
-
Hi Hi I am creating one application in ASP.NET using c#. I allow the paging on the datagrid. I want to make bold a page number if data is on that page in datagrid. Swapnil Bhavsar