In VB.Net how does one call a Parameterised function name retrieved from a table?
My Parameterised Function Name is below
procTextToDBTemp(Application.StartupPath & "\" & strFileName)
from above function i Stored procTextToDBTemp into the SQL Table
How can call that function in the Vb.net
How can i do that
Please help me
Thanx in Advance