Results 1 to 1 of 1

Thread: event not firing![RESOLVED]

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    event not firing![RESOLVED]

    I have an ASP.NET website and ASP.NET buttons as navigation. when a user clicks on the button it directs them to another page requested

    wierd thing is, sometimes it works, sometimes it doesnt.

    on my index.aspx page a couple of buttons events do not get fired but redirects the page back to itself. what could be the problem?

    all i am doing is:

    Response.Redirect("somepage.aspx");

    and yes, the page specified exists

    what on earth is going on?



    [edit]I was copying and pasting the controls from form to form...therefore the events werent put in the Initialise part of the page....[/edit]
    Last edited by Techno; Aug 15th, 2005 at 11:08 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width