Click here to Skip to main content
15,920,956 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
XML
Hi

hi have 

 <asp:DataPager runat="server" PageSize="25" PagedControlID="ProductList" OnPreRender="TablePager" ID="ItemDataPager">

and Productlist is listview PagedControlID

i fill listview from datatable ..

datapager contains rows from listview as PagedControlID is used...so when i fill listview  from datatable (this datatable has less products)..

the listview is updated but datapager is not updated accordingly

how to update datapager when listview is updated
Posted
Comments
JoCodes 4-Jan-14 3:33am    
Post your code
maulikshah1990 4-Jan-14 3:38am    
I have datatable
and i assign value to listview as

first datatable has count=200

listviewtemp.datasource=datatable
listviewtemp.databind();


and when filter is used , table count =30;
listviewtemp.datasource=table
listviewtemp.databind();

when i see listviewtemp now , _totalrowcount = 30 ,but the datapager totalrowcount =200

how to update datepager count like listview

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900