Chris Mangano
11-10-2000, 04:10 PM
Hi,<BR><BR>I was wondering if there was a way to do an XSL order-by on the server, and make it dynamic. For example, say I have the following line of code:<BR><BR><... order-by="+ price"><BR><BR>This will sort my XML document by price in ascending order. Well, what if I wanted this to be dynamic, so that it would order the doc. based on a user input. The thing I tried was this:<BR><BR><... order-by="+ <% = Request.QueryString("orderby") %>"><BR><BR>but this doesn't work. I have searched high and low for a way to do this, does anyone know? Much thanks in advance.<BR><BR>Chris