473,396 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 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 1153
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.