Redirecting from a .cs class file

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,

Using HTTPContext.Current.Response.Redirect(); should work.
HTTPContext.Current will give you access to the current web objuects such as
Request and Response etc.
Hope this helps,

Andy
 
Back
Top