A
Abdul Qadir Khan
Hi All,
Is it possible to call a function whose name is store in variable using
VB.Net. Assume this
dim a as string
a = "GetEmployee()"
Now I have function name in a variable, how can I call this function.
Thanks
AQ
Is it possible to call a function whose name is store in variable using
VB.Net. Assume this
dim a as string
a = "GetEmployee()"
Now I have function name in a variable, how can I call this function.
Thanks
AQ