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 main function of razor in asp.net? : asp.net mvc

801


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

831


What is master page in dtp?

736


How to sign out from forms authentication?

738


How can we identify that the Page is Post Back?

720


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

696


Explain the boxing and unboxing concept in .net?

583


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

900


What are app services?

721


Can you change a master page dynamically at runtime? How?

681


What are the new data controls in asp.net 2.0?

706


How to implement globalization and localization in the use interface in .net.

737


What are the advantages of the code-behind feature?

724


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

2015


What do you mean by authentication?

752