HI, I have class where the data of the class should be copied to another object and each time shouldnt get null , please advise as how to achieve it.

Have a look at MemberwiseClone method. It is made to create a shallow copy. If this is not what you need, post back with some example code.

Here's another interesting read on the subject.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.