ListView with DataPager not working

后端 未结 7 925
[愿得一人]
[愿得一人] 2021-02-07 05:00

From everything I\'ve read, it seemed that adding paging to a ListView control should be dead simple, but it\'s not working for me. After adding the ListView and DataPager contr

7条回答
  •  时光取名叫无心
    2021-02-07 05:38

    One More Solution, Its Simple, Just Get "ID" in "QUERY-STRING" from the Database, Now Set it to the Pager Control Property as [ QueryStringField="ID" ] like:

    
                                
                                    
                                    
                                    
                                
                            
    

    Note: if not woking, then set also [ PagedControlID="ListView_Name" ].

提交回复
热议问题