T
thomson
Hi all,
i have written codes in the button_click event, My problem is
that i need to call the same functionality written under the
button_click some where else,
One thing i can do is i can create a function and put
all the codes inside that and call. But there is additional function
call involved in it.
My question is can i use delegates to raise the event ,
If so , How it is done
Thanks in advance
thomson
i have written codes in the button_click event, My problem is
that i need to call the same functionality written under the
button_click some where else,
One thing i can do is i can create a function and put
all the codes inside that and call. But there is additional function
call involved in it.
My question is can i use delegates to raise the event ,
If so , How it is done
Thanks in advance
thomson