| | |
What is a DLL?
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2008
Posts: 10
Reputation:
Solved Threads: 0
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>
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.
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 137
And you would create this dll just as you would any other by creating a class library.
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
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
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
If u r query is achieved,mark the thread as solved
Live and Let Live
Live and Let Live
![]() |
Similar Threads
- What is BRIDGE.DLL (Viruses, Spyware and other Nasties)
- Loader.EXE and IEDLL.EXE errors (Web Browsers)
- Please help with DLL error message! (Windows NT / 2000 / XP)
- DLL equivalent to xerces.jar (Java)
- ToolBar>dll (Web Browsers)
- Missing system32\hal.dll (Windows NT / 2000 / XP)
- Kernel32.dll (Windows 95 / 98 / Me)
- vb6 executables w/ dll's (Visual Basic 4 / 5 / 6)
Other Threads in the ASP.NET Forum
- Previous Thread: textbox check values
- Next Thread: image not displaying in grid view form sql server & ASP.NET. anyone help me if u knw?
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol advice ajax alltypeofvideos application asp asp.net bc30451 bottomasp.net browser button c# c#gridviewcolumn checkbox click commonfunctions compatible confirmationcodegeneration content courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit expose feedback fill flash form formatdecimal forms formview gridview homeedition hosting iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols parent radio ratings registration reportemail rotatepage save schoolproject search security serializesmo.table silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking typeof unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers






