Hello everyone , I Want to make a news site , I have a sqlconnection but when i want someting between grid view and details View but its more like Details View , my only problem in details view is that i cant put paging number to say like take the other 10 posts to next page . i don't want to use grid view because its not so nice in my own page . any way to Put paging number for details view ?

Pagination can be applied to a repeater control. That'll give you the advantage of repeater control styling which would probably be a plus too. There is a bit more code to type but I think it would be worth it for what you want.
I have coded up pagination for repeaters myself and it's not too tricky but if you want ready made code check out this post that uses the PagedDataSource class:
http://www.4guysfromrolla.com/articles/081804-1.aspx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.