Exemplo n.º 1
0
        protected void Button5_Click(object sender, EventArgs e) //Click on this button to view funds
        {
            Label9.Text  = "";                                   //Remove all error messages
            Label10.Text = "";                                   //Remove favorites message
            var funds = Records.CurrentBalance(Session["Username"].ToString());

            Label6.Text = "$ " + funds.ToString();
        }