ASP.NET DataGridView paging with server-sided paging -
i passing pagenumber , pagesize stored procedure, returns page of data. returns record count total number of records if returned of them @ once.
generally, how hook datagridview enable paging?
it seems expectation resultset contain complete dataset.
many of properties expect able set, recordcount, appear read only.
could give me general pointers?
i created similar solution once, , adjusted gridview (not sure if mean datagrid or gridview) use server-side paging. code post here , since there's no option attachments here, can download code http://www.raskenlund.com/downloads/gridview.zip
Comments
Post a Comment