G
Guest
I have added two pushbuttons, Select and Update, in a DataGrid, grdFiles, by
Property Builder.
It seems that there is only one event handler for both,
private void grdFiles_SelectedIndexChanged(object sender, System.EventArgs e)
in my application code.
How to add two separate event handlers to handle the push events from these
two buttons, respectively?
Thanks
David
Property Builder.
It seems that there is only one event handler for both,
private void grdFiles_SelectedIndexChanged(object sender, System.EventArgs e)
in my application code.
How to add two separate event handlers to handle the push events from these
two buttons, respectively?
Thanks
David