Hi,
My web app url is e.g. http://domainname/Search/SearchPage.aspx?SearchID=1-0-0-2-3. I have rewriten the url as follows The user may see the following url http://domainname/Search/SearchPage.aspx/1-0-0-2-3/DFDF/FDFDF My code is only conerned with the SearchID. Is there a way that i can ignore anything that comes after /1-0-0-2-3 , since i do not use it anywhere.