how to assign one class properties values to otehr class properties values
- by kumar
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?