hompoummapy
New Member
I have this in my child/ContentPage but nothing happen .What am i missing?\[code\]<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WFFHM.WebForm1" %><asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server"> <asp:Button ID="Button2" runat="server" Text="Button" /> <script src="http://stackoverflow.com/questions/15752728/Scripts/jquery-1.7.1.js"></script> <script type="text/javascript"> $("#Button2").click(function () { alert("ASD"); } ); </script></asp:Content>\[/code\]