ASP.NET DataGrid Sorting/Paging... what am I missing?

A

Adam Clauss

Alright, this is the first time I've attempted to use a datagrid (in
ASP.NET or otherwise). I set to true the properties for AllowPaging and
AllowSorting.

So now on the page, I get the first page of data, links to go to the
next page, and links in the column headers to sort the data. However,
when I click on either of these sets of links, nothing happens. The
same exact data appears. No sorting, no paging.

I get the impression it is expecting me to do something else... but the
documentation doesn't really talk about it.

So, a) What is wrong?
and b) What documentation did I miss?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top