I currently have paging done manually and I use this code to display it
<div class="pages_numbers">
<ul>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">» </a></li>
</ul>
</div>
I want to use the DataPager control to do the paging for me, I've gotten the paging to work great, but I cant get the CSS Styles to stick and display correctly.