Hi All,
I'm a newbie to MVC and have run into a situation where for example the user goes to url
MySite/Category/?id=10
If there are no products for categoryid 10 then I want to server.transfer to a generic product missing error page (keeping the URL the same). From what I understand about MVC I'm not able to just server.transfer so how would I do this?
Thanks in advance,
Steve
I'm a newbie to MVC and have run into a situation where for example the user goes to url
MySite/Category/?id=10
If there are no products for categoryid 10 then I want to server.transfer to a generic product missing error page (keeping the URL the same). From what I understand about MVC I'm not able to just server.transfer so how would I do this?
Thanks in advance,
Steve
Comment