472,969 Members | 2,813 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,969 software developers and data experts.

Is sorting and paging going to change in ASP.NET 2.0?

Is the framework going to change so that on sorting it will have some
way of letting you sort two ways, asc or desc?

Is the framework's paging going to change so that it does not bring
back the entire dataset each time?

I only ask because I am not going to custom build everything if is is
about to be changed.

Thank you.

Nov 19 '05 #1
3 1137
If you're talking about DataGrids, then yes.
The new GridView control has paging & sorting built-in, whereas the old
DataGrid control required some custom code to be written.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
<ne***********@gmail.com> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com...
Is the framework going to change so that on sorting it will have some
way of letting you sort two ways, asc or desc?

Is the framework's paging going to change so that it does not bring
back the entire dataset each time?

I only ask because I am not going to custom build everything if is is
about to be changed.

Thank you.

Nov 19 '05 #2
Yeah, but I mean will the sorting and paging be better. Will it have
the two-way sorting and not bring back the entire dataset like now. I
did mean DataGrid. Thanks.

Nov 19 '05 #3
Yes, it's better than it was.

It can use AJAX automatically to bring back a specific page of data, so in
that way it has the potential to be more efficient.
If you want the entire dataset to go to the client and have all paging &
sorting done there (which may be more efficient in some scenarios) then
you'll still have to write that code yourself.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
<ne***********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Yeah, but I mean will the sorting and paging be better. Will it have
the two-way sorting and not bring back the entire dataset like now. I
did mean DataGrid. Thanks.

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dave S | last post by:
Hi, I'm using a datagrid to display contents of a dataset and I've set the datagrid to allow paging and sorting. Rather than re-retrieve from the DB, I store the original dataset in a Session...
0
by: ck388 | last post by:
For some reason when I enable the callback feature of the gridview I still get a page refresh, that is it seems like there is a postback that occurs, not a callback which is just supposed to update...
2
by: Hajime Kusakabe | last post by:
Hi. I have created a datagrid (datagrid1) without any columns on a aspx page. Then aspx.vb adds columns from a database. It is somthing like this .... ================================== Dim...
1
by: Guoqi Zheng | last post by:
Sir, The default paging of datagrid is somehow use too much resource, so I am using Stored procedure for the paging. You can find my Stored procedure at the end of this message. It works...
8
by: Matthew Curiale | last post by:
I am creating an app that lists clients of a company for management of different attributes for that company. The first page is a listing of the companies currently in the database. I have my...
0
by: Daniel Bass | last post by:
I've already posted this in the asp forum, and other asp.net forums on the net with no luck... I've got a data grid, with paging, and sorting allowed. I can find loads of examples, and have...
5
by: LDD | last post by:
Hi Folks I'm trying to determine a way to handle paging, filtering and sorting in a datagrid. If I choose to filter and sort, I'd like to return a subset. If that resultset has more records...
0
by: Jason | last post by:
I've got a gridview with built in paging and sorting and a datasource tag in the aspx. I wanted to change the selection criteria based on a dropdrown list selection, so I created even ...
1
by: John A Grandy | last post by:
In regard to a GridView that must support searching, filtering, sorting, and paging ... There is a tradeoff in performing the sorting and paging in the database versus to creating a CLR sort...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
3
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.