Ejemplo n.º 1
0
    protected void SubjectId_SelectedIndexChanged(object sender, EventArgs e)
    {
        int subjectId = Int32.Parse(this.SubjectId.SelectedValue);

        this.Money.Text = SubjectLogic.getGuaHaoMoneyById(subjectId).ToString();
    }