Is is possible to create a known class and then use a string
as the method name? similar to this sample. I want to use this where the method to be invoked will be read in as a string from an input file.
AnyClass c = new AnyClass();
c.("setMethod")
thanks.
I have an ASP web site that is secured using a session variable that is set by a logon page. Any asp page that a user may goto checks the variable and redirects to the logon page if required. The user's now need to have secure HTML pages on this site, they can't be converted to ASP because...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.