0

I'm using CAL framework in my application and I came to a point where I needed to re-use my composite UserControl somewhere else, i.e. would create a new instance of that usercontrol for the next region and change some of it's properties as per the UIContext.

When I tried to do so, I got an exception that it's children have already been registered.

Any sample-code in this regard would be appreciated.

Sushant Khurana
  • 843
  • 1
  • 10
  • 13

1 Answers1

0

There was a glitch. CAL is not that flexible to re-use composite usercontrols. I had to finally create a base UI and then derrived two different composite usercontrol classes from it.

Sushant Khurana
  • 843
  • 1
  • 10
  • 13