Development ASP.Net Tutorial

<%@ Page Language="C#" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    void Page_Load()
    {
        lblSessionCount.Text = Application["SessionCount"].ToString();
    }



    Show Session Count


    
    

    Total Application Sessions:
            id="lblSessionCount"
        Runat="server" />