J
Jose
Hi All,
I want to ensure that a querystring parameter is included for every
request (TabID). If this parameter does not exist I want to redirect
the use to the default url (/Default.aspx?TabID=1). Previously, in
ASP.Net 1.1 I processed this within the BeginRequest event in
Global.asax.cs. I am now using ASP.Net 2.0 so I was wanting some advice
how best to achieve this - do I need to write a httphandler or
something? Any help is most appreciated.
Kind regards,
Jose
I want to ensure that a querystring parameter is included for every
request (TabID). If this parameter does not exist I want to redirect
the use to the default url (/Default.aspx?TabID=1). Previously, in
ASP.Net 1.1 I processed this within the BeginRequest event in
Global.asax.cs. I am now using ASP.Net 2.0 so I was wanting some advice
how best to achieve this - do I need to write a httphandler or
something? Any help is most appreciated.
Kind regards,
Jose