How to use class library reference in asp.net project?
Can you give me the example with source
Class library haves classes like Database, insert, update,
delete, reflection how can i use the database class
connection in insert class to insert the record in to the
Main Project in asp.net.
Answer Posted / nitin kumar
Step of Using Class Library in Asp.Net Application.
Step-1 Open New Project with Class Library
Step2-Write Code/class/methods here what you want.
Step3- Build project This project build as dll file in its
debug/release directory
Step4-Open New Asp Project.
Step5-Add your build dll file from earlier class library
project in bin directory to your current asp.net
application.
Step6- Now you are abel to use all classes/methods/property
which u have writen in your dll project.
Thanks
Nitin Kumar
nitin@bbspl.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How will you load dynamic assembly? How will create assesblies at run time?
How can you use a custom controls in ASP.NET application?
How can we call webservices in Banking Applications? and where we are using it?
when a request is made in Life cycle of ASP.NET page .
How does asp.net work?
In which situation can you not use a viewstate?
If you are using components in your application, how can you handle exceptions raised in a component?
Do cookies store passwords?
Explain swagger components.
How do you deploy your asp.net application?
What is use of <% %> in asp.net?
What is the difference between user control and custom control?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is asp.net mvc? : asp.net mvc
How does session authentication work?