Response.Redirect in J#

  • Thread starter Thread starter Charles Rader
  • Start date Start date
C

Charles Rader

What is the line of code to redirect to another webpage
in J# ASP.NET in the Code behind File.

I know in VB and C# it is:
Response.Redirect("URL")

But I can't figure it out for J#.

Please help

Thanks in advance,
Charles Rader
 
Back
Top