ASP.NET細部まとめ

1468 ワード

1.  ASP       button     。
   defaultbutton="   ID" 
<form id="form1" runat="server" defaultbutton="   ID">
   。
2.

<hr> HTML 。

(horizontal rule)

3.UpdateProgress 。

 protected void Button1_Click(object sender, EventArgs e)     {         Display();         System.Threading.Thread.Sleep(1000);     }