Results 1 to 6 of 6

Thread: classes in ASP.Net

  1. #1

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333

    Question classes in ASP.Net

    I have made classes in VB.Net and now i want to use them in Asp.net. how can i use them.
    Should i made dll of every class and then include that dll in the AS.Net ,but i assumes that this is an old method. if this is still the only one that do correct me and if there is more efficent method from this then please share.

    Thanks in advance

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Ah, so it's a double post. I thought so.

    I'll repeat what I've said: It'd be appropriate to reference the DLLs, but you could also just do a copy paste. (Make sure the code would work with a web application btw)

  3. #3

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333
    i was about to delete that but that post is giving me error . i realized my mistake as soon as i got the appropriate forum but you were too quick to read both and replied it

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Fastest fingers in the West, that's what they call me. And not because of my prowess with the keyboard... just ask the ladies.

  5. #5

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333

    dll

    how to make dll out of the project when it is a normal .net project not a class library.

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Change the project's type (in properties) to class library. It'd be better to make a new project, bring your .VB files over and compile the DLL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width