How do I redirect to another page with ASP.NET?
        Posted  
        
            by Sanctus2099
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sanctus2099
        
        
        
        Published on 2010-05-21T14:15:14Z
        Indexed on 
            2010/05/21
            14:20 UTC
        
        
        Read the original article
        Hit count: 269
        
I know it's a simple question but I really can't find anything on Google. Sorry if I'm not searching right.
I created 2 pages and in the first one I have a button.
What should I write in the C# code to change to redirect me on the second page?
I usually know my way around C# but I'm totally new in ASP.
© Stack Overflow or respective owner