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.



How to use class library reference in asp.net project? Can you give me the example with source Cla..

Answer / 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

More ASP.NET Interview Questions

What are the two types of web pages?

0 Answers  


What is the equivalent of date() and time() in asp.net?

0 Answers  


Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,


What is web.config. How many web.config files can be allowed to use in an application ?

10 Answers   Accenture, BirlaSoft, Infosys, InterGraph, Satyam, Wipro,


What is SQL injection?

2 Answers  


How can we Deploy a website?

2 Answers  


How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

1 Answers   DELL, Microsoft,


Which adapter should you use, if you want to get the data from an access database?

0 Answers  


What is the method used to load generated dataset with data on the DataAdapter control ?

3 Answers   Siebel,


What r the page life cycle in asp.net page?

6 Answers  


What is the difference between dynamic SGA and static SGA?

0 Answers   MCN Solutions,


How to use one project files into another project?

4 Answers   HP,


Categories