Posted on: 9/4/2015 12:14:06 PM | Views : 707

Hi,
I've created an user control that contains a grid.
In main page, users can select options from combo, then, I need generate an UserControl for each option that user's selected.
I've 2 problems:
1. I need pass the parameters to the user control for configure the grid's datasource, but I don't know how do it
2. If I set default parameters for test, when a PostBack is done, the user controls are removed.
I'm developing in c#
Thanks

Go to the complete details ...