2
Reply

call button event explicitly

Sanjeev

Sanjeev

Jan 24 2006 9:42 PM
14.6k
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)