Css For Gridview paging
Posted
by arunendra
on Stack Overflow
See other posts from Stack Overflow
or by arunendra
Published on 2010-05-16T21:35:52Z
Indexed on
2010/05/16
21:40 UTC
Read the original article
Hit count: 214
Hi
My question is, can I control the style of the paging element separately of top and bottom, I have set the paging to appear in both top and bottom of the gridview, and I want to see that the top pagination is little high up in the page, to do that I used the cssClass and set margin-top:20px and made the position: absolute, this does change the position of the top paging area and set it rightly for me, but the bottom pagination has also come up as a result and now sits inside the grid data!! Is there any way to solve this?
Thanks and regards Arunendra
© Stack Overflow or respective owner