Replicate Content Panel Contents
I have a requirement where I want to replicate the contents of the Content Panel 'n' Number of times . Let me put it this way .
1. Main Content Panel has a Button called Add Student .
2. Then there is a StudentContentPanel which has
1. Grid of Student info , like ID , age , Name , Last Name
2. Form Binding of Student object with Subject Chosen
3. Now when the user clicks on Add Student , there should be a new content panel drawn which is a replica of the student content panel . there can be n number of panels like this for every teacher .
Is there a way by which I can just replicate easily One Content Panel Content or what else is the best way to do this
|