Results 1 to 2 of 2

Thread: How to copy object

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    jeddah
    Posts
    9

    How to copy object

    i there way in .net to copy object for example combobox with all properties

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Copying objects in .NET can be a little tricky, since objects are references. You have to clone the object or you can serialize the object to a stream then deserialize it to a new object.
    Dont gain the world and lose your soul

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