1644Software EngineeringMedium
How do you add ASP.Net 3rd party component________?
ANone of the above
BCannot add 3rd party component to asp.net
CAdd reference of dll file and place the code where ever required
DBy add/Remove items in the project menu
Correct answer
C. Add reference of dll file and place the code where ever required
Explanation
The correct answer is Add reference of dll file and place the code where ever required.