Hello,
I'm working on a project that has a UserControl which contains a RadGrid.
I need to create a new UserControl for a certain action performed by the user.
This must be done in runtime.
I can't create the UserControl in the Page_Load() or Page_Init() functions.
How can I create a new UserControl dynamically during runtime, without the UserControl's and the RadGrid's functionality being compromised ?
Thanks, Daniel.
I'm working on a project that has a UserControl which contains a RadGrid.
I need to create a new UserControl for a certain action performed by the user.
This must be done in runtime.
I can't create the UserControl in the Page_Load() or Page_Init() functions.
How can I create a new UserControl dynamically during runtime, without the UserControl's and the RadGrid's functionality being compromised ?
Thanks, Daniel.