I have a page that contains a Search form which queries a database,
which
works. But I would also like to add a sorting feature to the table
columns.

Ex: When someone clicks on one of the Columns it will sort it either
ASC or
DESC I've tried the examples that I've found here & the internet, and
it's like (either one or the other) I can't get both of them to work
(Search form & Sorting on the results table)

How do I allow columns to be sorted (when clicked on) if that same
column is also a searchable through a search field?

Any ideas anyone.

Re: Dynamic Sorting of table with search by Kathleen

Kathleen
Fri Feb 17 14:12:24 CST 2006

Database Results Column Sorting
http://home.att.net/~codelibrary/FrontPage/drwsort.htm

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
FrontPage Support: http://www.frontpagemvps.com/




<xx75vulcan@juno.com> wrote in message
news:1140200570.089522.11000@g44g2000cwa.googlegroups.com...
>I have a page that contains a Search form which queries a database,
> which
> works. But I would also like to add a sorting feature to the table
> columns.
>
> Ex: When someone clicks on one of the Columns it will sort it either
> ASC or
> DESC I've tried the examples that I've found here & the internet, and
> it's like (either one or the other) I can't get both of them to work
> (Search form & Sorting on the results table)
>
> How do I allow columns to be sorted (when clicked on) if that same
> column is also a searchable through a search field?
>
> Any ideas anyone.
>



Re: Dynamic Sorting of table with search by Stefan

Stefan
Sat Feb 18 03:57:31 CST 2006

Or w/o using the DBRW see
http://www.asp101.com/samples/db_sort.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


"Kathleen Anderson [MVP - FrontPage]" <spiderwebwoman@mvps.org> wrote in message news:OY1$45$MGHA.4052@TK2MSFTNGP15.phx.gbl...
| Database Results Column Sorting
| http://home.att.net/~codelibrary/FrontPage/drwsort.htm
|
| --
|
| ~ Kathleen Anderson
| Microsoft MVP - FrontPage
| Spider Web Woman Designs
| web: http://www.spiderwebwoman.com/resources/
| FrontPage Support: http://www.frontpagemvps.com/
|
|
|
|
| <xx75vulcan@juno.com> wrote in message
| news:1140200570.089522.11000@g44g2000cwa.googlegroups.com...
| >I have a page that contains a Search form which queries a database,
| > which
| > works. But I would also like to add a sorting feature to the table
| > columns.
| >
| > Ex: When someone clicks on one of the Columns it will sort it either
| > ASC or
| > DESC I've tried the examples that I've found here & the internet, and
| > it's like (either one or the other) I can't get both of them to work
| > (Search form & Sorting on the results table)
| >
| > How do I allow columns to be sorted (when clicked on) if that same
| > column is also a searchable through a search field?
| >
| > Any ideas anyone.
| >
|
|