Beispiel #1
0
    private void showIncomeData()
    {
        Income income = new Income();

        income             = IncomeManager.GetIncomeByIncomeID(Int32.Parse(Request.QueryString["ID"]));
        txtIncomeName.Text = income.IncomeName.ToString();
    }