Results 1 to 5 of 5

Thread: [RESOLVED] [02/03] Events not firing after copy paste of control

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Resolved [RESOLVED] [02/03] Events not firing after copy paste of control

    Hey,
    I got a legacy app that the man is making me change to a new layout. All the controls and code is staying the same. I've been given the HTML layout and pasted it into new .aspx pages. Now when I copy and paste the controls into the new page the events don't fire. What am I missing?

    one example:

    Code:
        Private Sub cmdApply_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdApply.Click
            sendMailFromForm()
        End Sub
    Code:
    <asp:Button id="cmdApply" runat="server" Width="150px" Text="Apply for this Job"></asp:Button>


    Thanks!
    Last edited by Besoup; Sep 4th, 2008 at 07:38 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