Tagged Questions
The datapager tag has no wiki summary.
10
votes
3answers
6k views
Silverlight, DataPager, RIA Services, and smart paging
I'm still trying to get my feet on the ground with Silverlight and RIA Services, and of course starting with some of the more "fun" stuff like grids and intelligent paging. I can connect to RIA ...
9
votes
4answers
8k views
ASP.Net : DataPager Control always a step behind with paging
Take the following example...a page with a ListView and a DataPager used for paging the data of the ListView:
Code Behind:
protected void Page_Load(object sender, EventArgs e)
{
...
7
votes
3answers
2k views
How do I use a DataPager with Server Side Paging?
I'm trying to use a DataPager to do Server Side paging. Here is my code
<asp:DataPager ID="pgrFooBars" PagedControlID="lvFooBars"
QueryStringField="page" runat="server" >
<Fields>
...
5
votes
3answers
315 views
DataPager EventArgs
I'm using a DataPager control in my silverlight application. I have different pagers for different DataGrids and want to use the same event handler for the PageIndexChanged event for all of them. The ...
4
votes
2answers
942 views
DataPager ceases to work when PageSize is set in code
I have a standard ASP.Net DataPager with a standard ListView (using a DataTable as a data source).
When I set PageSize="24" in the design code:
<asp:DataPager runat="server" ID="DataPager1" ...
3
votes
1answer
279 views
Using DataPager Control with AJAX and SEO
I've just taken my first stab at making a ListView, ObjectDataSource, and DataPager run in an AJAX panel.
I had trouble getting it to work until I removed the QueryStringField="page" attribute from ...
2
votes
2answers
103 views
asp:DataPager onclick event
I am working with the .Net List view along with a data pager to enable pagination for a list view.
I am able to set the pagination working perfectly for the list view but I wish to have a method ...
2
votes
1answer
154 views
Why is DataPager ignoring my custom IPagedCollectionView
I've written a implementation of IPagedCollectionView and when I hook it to a DataPager, it remains empty and disabled. I'm providing members for IPagedCollectionView and ICollectionView, ...
2
votes
1answer
549 views
What is the good way to create MVVM DataPager in Silverlight 4?
I want to use DataPager with MVVM but it's not easy. After I search on internet, there are 2 ways to use DataPager with MVVM in Silverlight.
Introducing An MVVM-Friendly DomainDataSource: The ...
2
votes
1answer
198 views
On page load, navigate to a specific page where a listviewitem belongs using listview and datapager?
I have the selected DataKey in session from the ListView.
I am able to set the selection back when I comeback to this aspx page containing listview.
But when the selected item in the listview belongs ...
2
votes
3answers
3k views
Set PageIndex of DataPager
I have a ListView that I am paging with a DataPager. I would like to set the initial page of the pager on Page_Load. I have tried the DataPager.SetPageProperties method but it's not doing what I ...
2
votes
2answers
308 views
Possible to cancel paging in ListView using DataPager
I'm using a datapager control on my listview to perform paging in it.
When paging through the table, I need to perform some validations. When these validations are not successfull, the paging should ...
2
votes
5answers
1k views
Silverlight DataPager localization
Is it possible to localize DataPager's footer (Page X of Y) in Silvelright?
The strings seem to be located in resources embedded in the assembly of DataPager. So how should I localize it?
...
2
votes
1answer
2k views
Applying CSS styles to Asp.Net DataPager Next/Previous Buttons
If I have the folling data pager
<asp:DataPager ID="DataPager1" runat="server" PagedControlID="lstBlogPosts"
PageSize="1" onprerender="DataPager1_PreRender" >
...
2
votes
1answer
400 views
Problems with checkboxes in Datagrids
I am having some trouble with CheckBoxes in a DataGrid. The CheckBoxes are not bound to the entities that are populating the datagrid because there isn't a property on the entities for it. Basically ...
2
votes
2answers
2k views
DataPager not working in Silverlight 3 + RIA Services
I have a Silverlight 3 app with RIA Services and I'm running into an issue where my DataPager is only loading data for the initial loadsize and then no longer reloading. It brings up two pages of data ...
2
votes
1answer
393 views
How can I display the same DataPager control in two places on a page at the same time?
I have a DataPager control that looks like this:
<asp:DataPager ID="page1" PagedControlID="ExperienceList" runat="server" PageSize="3" OnPreRender="page1_PreRender">
<Fields>
...
2
votes
2answers
3k views
Customize ASP.Net DataPager generated HTML
I am using a ListView and DataPager in my web project for pagination. It works fine, but the generated HTML for the pagination is simply a span containing some hyperlinks.
I wanted to customize the ...
1
vote
2answers
24 views
Remember pagination when returning to page with ListView/DataPager
I have a simple ListView paged by a DataPager giving a list of products. When we click on the product we open the product details page. On the details page we want to "return to product list" but of ...
1
vote
0answers
18 views
OnPagePropertiesChanging event not firing?
<div class="listQuestions">
<asp:ListView ID="lstQuestions" runat="server"
OnPagePropertiesChanging="lstQuestions_PagePropertiesChanging">
<LayoutTemplate>
...
1
vote
1answer
65 views
ASP.NET - ListView and DataPager not working
I used a DataPager to page through ListView data. When ListView bound, DataPager show many pages below, everything seems to be ok but when i click to another page, After a postback, ListView is empty ...
1
vote
2answers
38 views
Binding a DataPager to ComboBox?
I have a comboxbox defined like this (basically):
<ComboBox x:Name="pageViewSize">
<ComboBox.Items>
<ComboBoxItem IsSelected="True">5</ComboBoxItem>
...
1
vote
1answer
164 views
ASP.NET DataPager not working with ListView
I have a problem with DataPager with ListView, I am using ASP.NET with VB.NET. I have searched for the answer, but I just can't seem to get it to work. Whenever I binded the data, the front page was ...
1
vote
2answers
66 views
using datapager in asp.net consum almost whole of bandwidth between SQL server and IIS server what should I do?
I have a table with 40000+ records in it, the total size of this table is something around 50Mb. I have an asp.net website in which I use a datapager and a listview. In each page I show only 10 ...
1
vote
2answers
431 views
stackpanel in datapager silverlight
I am developing a silverlight navigation application and got stuck on the following problem...
The guy I am developing the app wants to have a News page where you can see all published news on the ...
1
vote
1answer
247 views
ASP.NET VB DataPager buttons not required when only one record of data
I am using a datapager inside a nested Listview succesfully. When only one record of data is available the next previous last and first buttons are faded as per normal. However I would like them to ...
1
vote
1answer
195 views
DataPager in ASP.NET
First is, I have asp:DataPager and inside I have:
<asp:NextPreviousPagerField ButtonType="Button" ShowFirstPageButton="true" ShowNextPageButton="false" ShowPreviousPageButton="false" />
Is ...
1
vote
1answer
264 views
ASP.NET DataPager
I am trying to link ASP.NET DataPager control to ASP.NET ListView
<div>
<asp:ListView ID="ListView1" runat="server">
<ItemTemplate>
<a ...
1
vote
2answers
355 views
DataPager controls use Sitecore layout URL instead of item URL
To implement a search results page on a Sitecore 6.3.1 site, I created a content item at /sitecore/content/Home/Search and added a Search Results sublayout to its presentation controls. The sublayout ...
1
vote
1answer
448 views
Why page number is not enabled correctly in listview and datapager
I am using listview and datapager for display. I use two level of listview, where inner listview item can be 6 types. I use my own datasource. I only need to display 1 inner listviewitem per page. It ...
1
vote
1answer
868 views
Custom DataPager for ListView in ASP.NET
I'd like to get both C# and VB.NET suggestion.
I have the follow DataPager to handle the paging of ListView.
'datapager mark-up
<asp:DataPager ID="dpComputer" runat="server"
...
1
vote
1answer
289 views
Datapager for listview always goes to page 1 of results
I am using a Listview and Datapager control. But when I refresh the page it always set the datapager to page 1. I want that it should be in the same page after refreshing. For example I want the same ...
1
vote
0answers
172 views
ListView and DataPager implementation in FW 3.5 works but misbehaves when project migrated to FW 4.0
I have 2 listviews in an asp.net page. Both use a datapager with a dropdown (showing X of X pages, each listview can show just 5 records in a single list page).
Based on selection in the first, I show ...
1
vote
1answer
554 views
SelectMethod in objectDatasource getting called multiple times with multiple datapagerfield
Ok, so here is the setup. I am building a page that has a listview, a datapager, and 3 datapagerfield (2 x NextPreviousPagerField, 1 x NumericPagerField), and a objectdatasource to tide all of this ...
1
vote
0answers
498 views
Problem when extending asp:Repeater with DataPager
I'm extending asp:Repeater to use DataPager, and now my code work with SqlDataSource. To get better performance, I want to use ObjectDataSource with it, but I have to use QueryStringField of ...
1
vote
1answer
470 views
Silverlight DataGrid makes the first selection when ItemsSource is Set, how can turn this off?
I am using Silverlight 4 DataGrid with DataPager.
When the DataGrid's ItemsSource is set, it selects the first row in the list.
PagedCollectionView _list = new ...
1
vote
1answer
870 views
SL4 datagrid with datapager and gridsplitter
I have a grid with two Rows and a GridSplitter.
In the first Row I have a StackPanel which has the DataPager and DataGrid in it.
In the second Row I have the Expander Control vertically bottom ...
1
vote
1answer
616 views
ASP.NET 3.5 Customize DataPager
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 ...
1
vote
0answers
593 views
DataPager for WPF3.5?
I'd like to know if there is any free custom control DataPager for WPF3.5?
Thank you very much.
1
vote
1answer
53 views
when does asp:datapager control comes in handy?
Hai guys,
I really want to know ,
when does datapager control comes handy in asp.net?
List of controls that uses datapager?
1
vote
1answer
857 views
Extend Repeater 2.0 to associate with DataPager
I m tring to extend the asp:Repeater to with datapager..
the code its note working 100% could anyone help please to make it efficient?
this will be a useful control for everyone..
enter code ...
1
vote
2answers
1k views
Multiple DataPagers on same page
I'm having an issue where I have 2 DataPagers on the same page, linked to the same ListView. Everything works fine, except the "bottom" or 2nd pager doesn't seem to be working. The page numbers are ...
0
votes
0answers
36 views
Listview with Search and DataPager controls
As this is my first project, I really do not have much idea to debug this. I have a listview. I am writing code manually to populate listview. As the listview is very large, I have a search button ...
0
votes
1answer
41 views
Silverlight DataPager custom paging
I've looked at several examples and done google searches, and all I see the datapager doing is paging a certain number of items via the PageSize="X" property.
I would like it to page by category, is ...
0
votes
0answers
32 views
nested listview not working with data pager
So I have a nested listview called listviewComments that contains comments for a blog post. The parent listview called listviewBlog contains blog posts for these comments to be in. I also have a ...
0
votes
0answers
67 views
Data virtualization and Silverlight DataPager not working
I have a WCF data service for getting paged data from the database. The records are displayed in DataGrid. I would like to use the DataPager, but I am having trouble with setting it properly.
I have ...
0
votes
2answers
184 views
Working with Asp.Net ListView and Asp.Net Ajax Update Panel
Hello there, I hope this will be easy for someone to answer. First off I was trying to make a ListView bound to a DataPager and put in an ASP.NET UpdatePanel to make an AJAX-powered pager for the ...
0
votes
1answer
74 views
Datapager url rewriting with querystring
I have a ListView with DataPager.Firstly my url is:
http://www.etkinpatent.com/marka-tescil.html
If I click page 2 from DataPager my url looks like this: ...
0
votes
1answer
157 views
ListView with DataPager problem VB.Net / ASP.NET
I've been hunting down this problem for days, so far I have tried many popular methods, absolutely nothing, my listview just dissapears after I rebind it. I am binding a List(Of KeyValuePair(Of ...
0
votes
0answers
243 views
how can i use datapager with datalist?
i have a datalist and a datapager but when i run my program it have error.
Control 'DataList1' does not implement IPageableItemContainer.
what is problem?
<asp:DataList ID="DataList1" ...