I want to create a dynamic object. When the user chooses a web service in a drop down list, the aspx will search the corresponding WSOjbect in the SQL server.
e.g. the WSOjbect = TravelAssociationServicesUK
Can I create a dynamic object as follow?
Dim TravelAssociationWS As New dtrWebServices("WSOjbect ")
It will take the same effect as follow:
Dim TravelAssociationWS As New TravelAssociationServicesUK
Can anybody help me?
e.g. the WSOjbect = TravelAssociationServicesUK
Can I create a dynamic object as follow?
Dim TravelAssociationWS As New dtrWebServices("WSOjbect ")
It will take the same effect as follow:
Dim TravelAssociationWS As New TravelAssociationServicesUK
Can anybody help me?