Browse by Tags

All Tags » gridview (RSS)

Custom Serverside paging in GridView Vs DataGrid by alessandro

One of the things I miss in the GridView control is, when doing serverside paging(that is paging at the database layer by returning only the paged result)with the DataGrid, is the support from VirtualItemCount......
Filed under: , ,

ImageButton Control nested in a GridView Control throws EventValidation error. by alessandro

Ever try to include an ImageButton control in your gridview and then end up with the following beautiful error message : Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration...
More Posts