Creating a Sortable List in FrontPage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a table in FP 2003 that will sort by colum heading when
the end-user clicks on it. Is this possible? If not, where can I get the
code to do this? I am not a programmer so something idiot-proof would be
best.
Thanks,
 
If you have the option of going to .NET, the DataGrid can be set up to be
sorted on as many columns as you wish (one at a time, of course). This can be
done with very little code and it is easy enough to find examples.

If the functionality can wait until ASP.NET 2.0 (Nov 7th) or your ISP has a
GoLive license for the beta, you can set up the page with the free beta
Express WebDeveloper product. THe entire operation is drag and drop.

There may also be some ASP samples you can find on the market.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Thanks, but I don't have the option of .NET.

Cowboy (Gregory A. Beamer) - MVP said:
If you have the option of going to .NET, the DataGrid can be set up to be
sorted on as many columns as you wish (one at a time, of course). This can be
done with very little code and it is easy enough to find examples.

If the functionality can wait until ASP.NET 2.0 (Nov 7th) or your ISP has a
GoLive license for the beta, you can set up the page with the free beta
Express WebDeveloper product. THe entire operation is drag and drop.

There may also be some ASP samples you can find on the market.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top