Hi
I have been searching many forums including this one and not found the answer to this anywhere (sorry if it has been and I have missed it)
I have a drop-down list in my website. The user can use this to browse the categories and then select a product. Once a product is selected, I have a link from that page to go back to the categories page: <a href="thispage.aspx?qstring=<%# Eval("ID") %>">
It sends the category id which works fine. What I was wandering, is it possible to data-bind the drop-down list to check for a qstring and then set the drop down list to the relevant category. (I can't just use javascript to go back as I need the page to be refreshed)
Thanks.