Current location: Hot Scripts Forums » Programming Languages » ASP » Please help me out asp programmers


Please help me out asp programmers

Reply
  #1 (permalink)  
Old 12-15-04, 05:46 AM
Hardik Bhatt Hardik Bhatt is offline
New Member
 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Please help me out asp programmers

hi to all,
i am doing a project in that i have one search page through which i can search the specific data which is in the database,it is working fine.But i want that i can sort the search result datewise,name wise.so i have to place one sort bar on header of every field by clicking on that bar i can sort it ascending or descending.it is something same as we can sort our mails in outlook express by data,by name etc..so if anyone can help me out i'm very much pleased.
thanks
Reply With Quote
  #2 (permalink)  
Old 12-15-04, 09:25 AM
koncept
Guest
 
Posts: n/a
use the order by keyword in your sql statement


for example
Code:
dim sort
sort=request.querystring("sort")
if len(sort) <> 0 then
 sort =" order by " sort
end if
then in your sql add at the end & sort

make the column headings the links ?sort=fieldname
Reply With Quote
  #3 (permalink)  
Old 12-15-04, 02:12 PM
ark2 ark2 is offline
New Member
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

You need a javascript solution: http://www.hotscripts.com/search/1651773.html

there are others out there, I've never used this particular one, but I visited one of their script users site and it seems to work fine.

ark2
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP Programmer Required (PAID) Steelman Job Offers & Assistance 2 11-19-04 01:26 AM
Whats best asp or php ? BoGuS PHP 4 07-16-04 01:22 PM
Can ASP check registry janice_2k ASP 0 05-31-04 03:28 AM
PHP integrated with ASP Mikeirv PHP 7 05-25-04 05:00 AM
NEED ASP Programmers ASAP :) hilltop Job Offers & Assistance 0 05-24-04 07:40 PM


All times are GMT -5. The time now is 03:11 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.