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
精彩评论