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

Do I need to have the latest version of windows media player installed?

0 Answers  


What is the question mark in a url?

0 Answers  


How do you define authentication in Web.Config?

2 Answers   Accenture, BirlaSoft, IBM,


How can you execute stored procedure from windows application?

1 Answers   Microsoft,


Explain the components of web form in asp.net

0 Answers  






What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.

5 Answers   Syntax Softtech,


Explain the difference between server control and html control.

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers   Photon Infotech, Siebel Systems, Syntax Softtech,


What is Difference between Callbacks and Postback in ASP.NET?

1 Answers   Patni,


which one is faster execute reader, scalar, execute non query ?

18 Answers   Intiger, Minecode,


How many no of classes in .net

4 Answers  


Is data can be edited in the Repeater control?

2 Answers  


Categories