Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Other Programming - Perl, C++, Java, ASP, .NET Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 10-12-2005, 12:05 PM   #1 (permalink)
mrasla
Junior Member
 
Join Date: Aug 2005
Posts: 27
Question ASP ORDER BY column

If I have several fields:
a | b | c | d | e

and the original SQL = SQL & " ORDER BY a ASC ".

I want to place links to b, c, d, e to make the table of results to show by ascending order of b (or , c, d, e).

do I need to place an "if/ end if" in the sql or do I put some statement in the paging?

example
a (ORDER BY a ASC)| b | c | d | e
1 | 3 | z
2 | 2 | y
3 | 1 | x
4 | 5 | w
5 | 4 | v

to

a | b (ORDER BY b ASC)| c | d | e
3 | 1 | x
2 | 2 | y
1 | 3 | z
5 | 4 | v
4 | 5 | w

thanks in advance
mrasla is offline   Reply With Quote
Sponsored Links
Old 10-13-2005, 11:45 AM   #2 (permalink)
angie
Member
 
Join Date: Jul 2005
Location: Nebraska
Posts: 33
Talking

Try this:

Code:
Use a querystring dim vOrderBy, strSQL vOrderBy = "" vOrderBy = request.querystring("ob") strSQL = "" strSQL = "SELECT * from tab_Whatever ORDER BY "&vOrderBy&" " Your links would be <a href="link.asp?ob=a">Link</a> Or you could even put little Up/Down arrows at the top of each column and then pass an ASC or DESC Dim vOrderBy, vOrder, strSQL vOrderBy = "" vOrder = "" strSQL = "" vOrderBy = "" vOrderBy = request.querystring("ob") vOrder = "" vOrder = request.querystring("o") Select case vOrder Case "a" vOrder="ASC" Case "d" vOrder="DESC" End Select strSQL = "" strSQL = "SELECT * from tab_Whatever ORDER BY "&vOrderBy&" "&vOrder&" "
Your links would be
Column A <a href="link.asp?ob=a&o=a">Up Arrow</a> : <a href="link.asp?ob=a&o=d">Down Arrow</a>

Hope this helps
angie is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 05:30 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums