Hello
I’m looking for a way to show my elements and components in several pages and let to users go to a page, like google. When someone search for something google set the content of searches in pages.
Or in this web site in articles(i.e. http://articles.sitepoint.com/article/constructing-asp-net-web-pages ) the content(text-images and so on) is in pages that we can scroll to pages.
MY PROBLEM:
I don’t know what object have it ability in asp.net.
Because all of objects that can show pages, Can’t shown more than one item in
same time in same page.
Plz help me!!!
Hi honeymonster
I Looked up for DataPager and I found answer.
So Thanks.
Hi NightStalker-DNS
I Looked up for DataPager and I found answer.
So Thanks.
Look up DataPager on MSDN. http://www.asp.net/web-forms is a great source of information, too
Hi NightStalker-DNS
Sorry can you tell me about custom paging and where is it?
I don’t know what is it.
I use Gridview but it is like a table,Though i can edit it’s template but I think that is not my choice.
Do you know what’s google tool for this issue?
I look for listview but in my tool box I have just DataList and it can’t paging.
No, they do not, but the gridview and listview does. You could also build in custom paging, which is anyway more efficient
Hi NightStalker-DNS
I know but I look for a tool that it can paging the contents.
Repeater and data list haven’t this capability. right?
For example the google site. After search google paging all search results(text,images, …)
There are many controls you can use to bind records to.
asp:GridView
asp:ListView
asp:Repeater
etc,etc
Depending on wich one to use depends on the the kind of data you want to display