Hi,
I have searched the forums to find a method to instantiate a business object in a server side script, with no success.
I have a business object which parses a parameter and returns a single row of user information. (Its an LDAP BO)
I would like to use this business object within a server side script, however I have not been able to find a method to do this.
Has anyone else achieved this?
ie of what I am trying to achieve
BO1 myBO = new BO1(paramters parsed);
string myName = myBO.name;
Thanks,
Ryan