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 / 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 |
How do we invoke queries from the application?
Can you clarified A Web service can only be written in .NET or not?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
0 Answers Sans Pareil IT Services,
when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles
What is the difference between response.redirect and server.transfer?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is customer control and user control?
Describe SOA and the tenets of it?
How do you do exception management
Disable Mouse right click on web page in asp.net?
What is the difference between viewstate and hidden field in asp.net?
What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?