I my asp.net application, I have created a class which is inheting the textbox class with custom feature. Can I wrap up this class in a dll, so that I can use it in my future projets? How can I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start a new Class Library project.
Move the class to the Class Library project.
Build the Class Library Project.
Include a reference to the resulting DLL from the Web Application Project.