Hi,
I have .Net user control.It exposes a List type property. Here the list contains a collection of class objects which also have some expossed properties.
I tried to set the properties of these objects in the list through the designer. But when i run the pjt the properties are not updated.
Its working if Ithem through code. but not in designer
plz help