Hi All,
i am using this code for navigation url
if (SupplierCount > 5)
{
_HomePageFeatureSupplers.CountSuppliers = "..more";
_HomePageFeatureSupplers.MoreUrl = "~/MoreSearch/SearchMoreSupplier.aspx?CityId=" + CityId ;
//_HomePageFeatureSupplers.MoreUrl = "http://www.designbureauindia.com/";
}
it runs correctly on local but on server
http://landlordpeople.com/FileNotFound.htm?aspxerrorpath=/MoreSearch/SearchMoreSupplier.aspx
file not found erroe shows.
what is the problem