Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 about consistent programming model in the .NET framework?

1181


What is skin in asp.net?

997


Can the dictionary object be created in client?s scope ?

2482


What is a viewstate?

1049


What are server side controls?

1049


Explain what are webservices?

1030


What is Partial PostBack in ASP.NET?

1091


What is server infrastructure?

1171


How do http sessions work?

965


What is the behavior of a Web browser when it receives an invalid element?

1147


how to elimainte the similar data from the different tables

2220


How to use push notification?

1093


Where is the view state data stored in asp net?

1064


In which event of the page life cycle, is the viewstate available?

1042


Why the javascript validation not run on the asp.net button but run successfully on the html button?

993