2
Answers

call button event explicitly

Sanjeev

Sanjeev

19y
14.6k
1
I wanted to call the click event of the button on the click of a checkbox -
for eg:-

i wanted to call the event below explicitly when a checkbox is checked
private
void btnSave_Click(object sender, System.EventArgs e)

{

}
please suggest

Answers (2)