Hai all , i am struggling to order the randomly generated querystring and also to use it with url rewriter
the following are some samples of the querystring i need to reoder to a specific order so that i can use it with url rewriter
thanking you all in advance
ViewInventory.aspx?Price=10000,15000&Transmission=Other&Cylinders=Other&Color=Grey&BodyType=Other&Model=Avalanche%204wd&Year=2005
ViewInventory.aspx?
Transmission=Other&Year=2005&Color=Grey&BodyType=Other&Cylinders=Other&Model=Avalanche%204wd
ViewInventory.aspx?BodyType=Other&Transmission=Other&Color=Grey&Cylinders=Other&Model=Avalanche%204wd&Year=2005&Price=10000,15000
my required url is inventory/make/model/year/color/bodytype/transmission/cylinders/price/ if all querystring is used
the query string created is in tha same page to which is passed that is response.redirect(viewinventory.aspx?querystrings....)