This topic is locked

Table View or URL?

3/16/2007 7:35:59 AM
ASPRunnerPro General questions
G
grinningdog author

I've got some test data on my site and I want to view it in different ways. Would I be better off creating new table views for each way of viewing the results or giving a user a clickable link like below:

http://www.mysite.com/IndividualResults_list.asp?a=search&value=1&SearchFor=SM&SearchOption=Contains&SearchField=Category&Orderby=aTotals


Would one way give a better (or faster) result than the other? Is there any difference?
Bob

J
Jane 3/16/2007

Bob,
both ways will work.

But I recommend you to use links with search parameters. In this case you don't create a lot of similar files for each custom view.

G
grinningdog author 3/16/2007

Thanks Jane, that's what I hoped you'd say :¬)