datapager
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 DataPage[详细]
2023-01-14 10:40 分类:问答Using DataPager for Datalist?
Can we use a DataPager for a DataList? I\'ve done it but the following exception has occurred !!! Source Error:[详细]
2023-01-14 08:29 分类:问答Control 'TableBanks' does not implement IPageableItemContainer
I\'m gonna use DataPager as follows : I have a HTML Table : <table id=\"TableBanks\" runat=\"server\" border=\"0\" align=\"center\" style=\"width: 93%\"[详细]
2023-01-13 08:26 分类:问答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\"[详细]
2023-01-06 15:56 分类:问答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.[详细]
2023-01-06 03:42 分类:问答Listview DataPager with ObjectDataSource problem
I was added the DataPager Control i开发者_如何学Gonside Listview. There is no problem while displaying the data. But When I click the Next page button I m getting error.[详细]
2023-01-03 21:46 分类:问答DataPager EventArgs
I\'m using a DataPager control in my silverlight application.I have dif开发者_JS百科ferent pagers for different DataGrids and want to use the same event handler for the PageIndexChanged event for all[详细]
2023-01-03 05:55 分类:问答Paged ObjectDataSource results in PageSize -1
I\'m using a ListView with a Paged DataSource. When the ObjectDataSource tries to fetch data from the \"GetData\"-method, the parameter PageSize is set to -1, even though I have set the PageSize to 8[详细]
2023-01-02 22:29 分类:问答How can i scroll to an anchor?
I have bound a datapager control to a listview. I would like to scroll to the first item of the listview control on the DataPager click.I think this should be done with javascript. It seems that the[详细]
2023-01-02 08:57 分类:问答Datapager in silverlight 4 -Nested datagrid visibility issue
I have a datagrid in silverlight with child datagrid nested in it. Also I have a DataPager on the outer datagrid.[详细]
2023-01-01 04:15 分类:问答