943,598 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 9503
  • ASP.NET RSS
Oct 29th, 2008
-1

What is a DLL?

Expand Post »
How to create DLL in ASP.NET?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
preethi_ga is offline Offline
38 posts
since Jun 2008
Oct 29th, 2008
0

Re: What is a DLL?

Click to Expand / Collapse  Quote originally posted by preethi_ga ...
How to create DLL in ASP.NET?
dll is dynamic link library in which we can create customized namespaces.by including
this namespace in our application we can use the functions in our namespace.only
thing is we need to create object for the class.

like this:
using ournamespce.ourclassname;



by
muthu raj.
<EMAIL SNIPPED>
Last edited by peter_budo; Oct 29th, 2008 at 7:21 am. Reason: Keep It On The Site - Do not post asking for an answer to be sent to you via email or PM.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
muthu raj is offline Offline
10 posts
since Apr 2008
Oct 29th, 2008
0

Re: What is a DLL?

And you would create this dll just as you would any other by creating a class library.
Reputation Points: 133
Solved Threads: 141
Veteran Poster
dickersonka is offline Offline
1,162 posts
since Aug 2008
Oct 31st, 2008
0

Re: What is a DLL?

dll means dynamic link library.
it is a executable and resuable file.
a dll is automatically created in asp.net when we build a project.u can referance this dll
in other projects

by using syntax
using u r dllname ; in c#

imports u r dll name
Reputation Points: 25
Solved Threads: 29
Posting Whiz
greeny_1984 is offline Offline
372 posts
since Apr 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: textbox check values
Next Thread in ASP.NET Forum Timeline: image not displaying in grid view form sql server & ASP.NET. anyone help me if u knw?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC