how to assign one class properties values to otehr class properties values

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-05-18T19:23:32Z Indexed on 2010/05/18 19:40 UTC
Read the original article Hit count: 183

Filed under:
|

I have a class

public Student  student {get;set;}

public Students students {get;set;}

both class properties are same.. I am getting student values from data base.. I need to assign those values to students.. can anybody tell me how to do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#