close

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
     <form id="form1" runat="server">
         <asp:ScriptManager EnablePartialRendering="true" ID="ScriptManager1" runat="server"></asp:ScriptManager>
            <div>
                <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                         <ContentTemplate>
                                <asp:Label ID="Label1" runat="server" Text="This is a label!"></asp:Label>
                                <asp:Button ID="Button1" runat="server" Text="Click Me" OnClick="Button1_Click" />
                         </ContentTemplate>
               </asp:UpdatePanel>
               <div id="aaa" contenteditable="true">123</div>
            </div>
     </form>
</body>
</html>

沒有那麼難,不要嚇自己~~ ((揮汗))

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 amychang2014 的頭像
    amychang2014

    工作需要筆記

    amychang2014 發表在 痞客邦 留言(0) 人氣()