can we call function whose name store in variable

  • Thread starter Thread starter Abdul Qadir Khan
  • Start date Start date
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
 
Back
Top