Hi all,
Suppose we have a method associated to a button object. Clicking on this
button triggers the associated method. for example : private void
btnAdd_Click(ob ject sender, System.EventArg s e)
How can i do if i want to call it without the button been clicked ?
Thanks.
Suppose we have a method associated to a button object. Clicking on this
button triggers the associated method. for example : private void
btnAdd_Click(ob ject sender, System.EventArg s e)
How can i do if i want to call it without the button been clicked ?
Thanks.
Comment