protected void btnPower_Click(object sender, EventArgs e) { lblResult.Text = SimpleFunctions.Power(Convert.ToInt32(txtFirst.Text), Convert.ToInt32(txtSecond.Text)).ToString(); }