Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Can someone please guide me to a link or an article describing how to make and use a DLL on a webpage.

I wouldn't like to show the code when the webproject is sold (and deployed on the client's server), or perhaps there's another way to hide my code from the local IT dept.?

Posted
I'd put as much code in the 'Code Behind' as possible and only put completely necessary code in the aspx/ascx pages.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

  • Administrators
Posted

Depends on what you mean by

make and use a DLL on a webpage
if you just want a re-usable library of functions that can be called from a webpage then you can create the DLL as a ClassLibrary and simply reference it from your web application.

If you mean something else then could you give a little more detail...

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...