Ejemplo n.º 1
0
        protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
        {
            string AmountDue;

            Decimal pprice = stock.GetCustomerAountDue(Convert.ToInt32(ddlStock.SelectedValue.ToString()));

            AmountDue      = pprice.ToString();
            amountDue.Text = AmountDue;
        }