in my asp.net solution, there are a number of pages that expect a query or form parameter, ie: somepage?somvar=somevalue what are the common strategies for handling missin and/or invalid parameters? Up until now, I have always chosen to simply redirect to a
common page, like the index page or a common error page, but i'd like to get into more depth with exception handling on the page level. What are your experiences with handling this issue?
cwr
Member
130 Points
26 Posts
Parameter validation strategies in asp.net
Aug 29, 2003 07:43 PM|LINK