I have a detail pages which has the ids, but if i don't pass id in http://mysite.com/Detail?id=131 or if I just type http://mysite.com/Detail i get the error
Cannot perform runtime binding on a null reference
i want to show custom error message on this, how to do this ?