<html>
<head><title>Change Background color</title></head>
<body id="MyBody"runat="server">
<h3>The background color of this page has been set programmatically.</h3>
<asp:Button id="Button1"Text="Click here for greeting..." OnClick="button1_Click"runat="server" />
</body>
</html>
2条答案
按热度按时间2ul0zpep1#
试试这个代码
在C#中
在HTML中
j8ag8udp2#
你好@Serin Loly我打算做这一次,但请从下次向我们展示你的努力。
default.aspx
cs码