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


Please Help Members By Posting Answers For Below Questions

Explain the different types of assemblies?

522


How asynchronous call can be implemented using delegates?

539


Explain significance of routing? : asp.net mvc

550


What is applicatio domain?

571


Explain login controls.

612






If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4741


What is inproc mode in session?

503


What is session id in web application?

488


How does cookies work in asp net?

507


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

1670


What is query string? What are its advantages and limitations?

510


Can asp.net work on an nt server?

551


What is request and response in asp.net?

507


When Cookies are expired in ASP.NET?

571


What is a web based system?

461