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
can we call function whose name store in variable
|