I have a project in visual studio 2010 and i use c# and asp.I want to use a part of code that uses dll files.I don't know to import the dll to my project.
I do know for example,how to use css and javascript:
But i think for dll is a lot different.

If it is a managed DLL, got to the Solution Explorer and right-click References -> Add Reference.
Browse to it and add it.

If it's a native DLL, you will need to do something different.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.