Thread: calling aspx from button event

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    44

    calling aspx from button event

    Code:
    private void Button1_Click(object sender, System.EventArgs e)
    {
    			
    }
    Suppose that I already am within an aspx page, how can I call another aspx???

  2. #2
    ♥Sexy Coding Hunk♥ CartoonLarry's Avatar
    Join Date
    Dec 2003
    Location
    Michigan
    Posts
    50
    Server.Transfer

    Response.Redirect

    http://www.developer.com/net/asp/article.php/3299641

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BN_CLICKED, change button style
    By bennyandthejets in forum Windows Programming
    Replies: 13
    Last Post: 07-05-2010, 11:42 PM
  2. Creating a function pointer from a button click event?
    By dxfoo in forum Windows Programming
    Replies: 20
    Last Post: 01-29-2008, 03:35 AM
  3. How to do a mouse over event on a button?
    By GUIPenguin in forum C# Programming
    Replies: 1
    Last Post: 07-06-2006, 10:34 AM
  4. Create event for run-time button?
    By Robert in forum C++ Programming
    Replies: 11
    Last Post: 03-30-2002, 07:56 PM