Hi! I'm new to C# and I am currently creating a page that transfers to another page. I've read the other forums and articles about using server.Transfer when opening another page. But when I compile my code, it states that "The type or namespace name 'server' could not be found (are you missing a using directive or an assembly reference?)"


What should I do to remove this error? Thanks!