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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -