Wednesday, 3 May 2017

Q: How to call one button click event in another
Ans:
  protected void btnSaveChanges_Click(object sender, EventArgs e)
  {
    btnContinue_Click(sender, e);
  }

No comments:

Post a Comment