I have one MDI form. On this I take four buttons for Insert,update,delete,reset operations. I want to bind these buttons to all the child forms of that MDI form and want to perform these operations. How I can bind these buttons to all child forms and performs various operations.?
plz help