Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create a dynamic object?

Status
Not open for further replies.

anitalulu

Programmer
Nov 19, 2002
23
HK
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top