|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
access third party control
Hello there,
How will I access a third party component in asp.net? Actually I have a form which will send some value to a third party site. In asp I can use it by server.createobject. What is the alternative in asp.net? Can any one help me? With regards Anirban |
|
#2
|
||||
|
||||
|
When using VS.NET you need to open your solution explorer, reference, right click and then add reference. Locate your reference and click add. This will make the reference available to your project.
From there you will need to set a variable to instantiate the object... Dim myThirdParty = New ThirdPartyOject hth, |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > access third party control |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|