Subject: call button's click event explicitly
Posted By: sansircar Post Date: 1/24/2006 9:48:47 PM
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

Reply By: jbenson001 Reply Date: 1/25/2006 12:07:30 AM
You can do that, but I suggest creating a sub or function.  Then call that from your button click event and  your checkbox click event.

Jim


Go to topic 39135

Return to index page 386
Return to index page 385
Return to index page 384
Return to index page 383
Return to index page 382
Return to index page 381
Return to index page 380
Return to index page 379
Return to index page 378
Return to index page 377