CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Posts
    181

    Event Firing Twice

    I have an event handler for a dynamic controls that's firing twice. I did a find all occurences on the event handler to make sure I wasn't added the event handler to the event twice but I'm not. This is for a link button. Any idea what could be causing this?


    Thanks,

  2. #2
    Join Date
    Oct 2006
    Posts
    181

    Re: Event Firing Twice

    Oh, nevermind. I was calling the function that added the event handler twice.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Event Firing Twice

    Quote Originally Posted by Scott.Macmaster View Post
    Oh, nevermind. I was calling the function that added the event handler twice.
    Don't worry, it happens to most of us, and we always end up looking for a very serious problem for hours, only to find, it was something small

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

Featured