View Single Post
Old 07-15-2005, 03:48 PM   #2 (permalink)
Iron_Cross
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

that dll you made with the functions and such, you can call those functions and classes from any othe asp.net application. So here's what you do:
1. Create that dll
2. start a new solution or project (asp.net project)
3. add a reference to your .dll via the "Add a Reference" dialog.
4. add a using directive if needed
5. use the objects like normal
6. build the web application.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline