04-28-2010, 08:38 PM
I have function written in one action.
Now i want to call from another action.
How to make common function repositery, so that i can call from any action?
At this moment I made pucblic function and i am able to call only inside that action.
so please let me know how i can call from other action?
how I can associate function from other action?
Call FunctioA
Call Functiob
Public Function FunctioA
'to do task A
End Function
Public Function FunctioB
'to do task B
End Function
Thanks in Advance
Now i want to call from another action.
How to make common function repositery, so that i can call from any action?
At this moment I made pucblic function and i am able to call only inside that action.
so please let me know how i can call from other action?
how I can associate function from other action?
Call FunctioA
Call Functiob
Public Function FunctioA
'to do task A
End Function
Public Function FunctioB
'to do task B
End Function
Thanks in Advance