开发者

Gridview binding

开发者 https://www.devze.com 2022-12-21 08:08 出处:网络
I have a gridview inside a usercontrol. I am binding a List to the gridview and calling the DataBind() method. The datasource (here, List) is having around 500 records, but after binding its showing o

I have a gridview inside a usercontrol. I am binding a List to the gridview and calling the DataBind() method. The datasource (here, List) is having around 500 records, but after binding its showing only 100 records.

I dont know, what I am missing ... where should I strike, everything seems prefect !

Plese F1 me .. 开发者_开发百科!


I think you missed something, e.g: setting page-size: 100 and then pager.visible=false

try to insert some snippet code

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号