can we call function whose name store in variable

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
 
A

Abdul Qadir Khan

Thanks a lot. It really helps me.

Software Engineer
DataNet
Karachi, Pakistan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top