cs"
Inherits="Default2" %>
</ContentTemplate>
</asp:UpdatePanel>
<br />
<asp:Label ID="Label3" runat="server" Style="z-index: 100; left:
501px; position: absolute;
top: 53px" Text="Label"></asp:Label>
<br />
<br />
<asp:Timer ID="Timer1" runat="server" OnTick="Timer1_Tick1"
Interval="1000">
</asp:Timer>
</div>
</form>
</body>
</html>
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
if (!IsPostBack)
{
Session["time"] = DateTime.Now.AddSeconds(10);
}
}
else
{
Label1.Text = time1.Seconds.ToString();
}
}
/* no blink……*/
</asp:UpdatePanel>
</script>
</div>
</form>
</body>
</html>