ASP.NET 2.0 BasicsIf you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i am using different user controls in my aspx page. In one of the user control there is a Drop down with list of different categories. The user select the category and press the Go button and then it displays all the data regarding that category.
Now what i want to do is to change the URL appeard such that it reflect the Selected category. like from: http://abc.com/NewsArchive/tabid/97/Default.aspx to http://abc.com/NewsArchive/CategoryO...7/Default.aspx.
You want to look at the subject of url rewriting. Don't know how hard that is. The question is, you want the category in the URL, but do you want the URL pointing to the same place?