Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 12th, 2007, 02:28 PM
Registered User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Order by value in control

Hi,

I have a baseball database with player name, position, and various hitting categories (e.g. home runs, runs, etc.). I have two drop down lists on a form - one is position, the other is hitting category. Let's say the user selects Catcher from the position drop down, and home runs from the category drop down.

I would like the resulting gridview to display all catchers in the database and their respective number of home runs, in descending order. So for the ORDER BY clause, how do I ORDER BY the value selected in the hitting category drop down control?

Thanks.

 
Old September 12th, 2007, 08:30 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

SQL ordering is done this way:

ORDER BY firstfield [asc|desc], secondfield[asc|desc], etc...

You'll need to get the value from the DDL (ddl.SelectedValue) and pass it to the query that gets the data.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
ORDER BY Help U.N.C.L.E. SQL Server 2000 13 September 2nd, 2008 09:07 PM
Event order miltonsnider ASP.NET 2.0 Professional 0 February 9th, 2007 09:56 AM
Order by In Report mateenmohd Access 3 December 6th, 2006 08:17 AM
document node order vs sort node order. ladyslipper98201 XSLT 2 June 5th, 2003 11:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.