adspace
Answer Posted / Mohd.asif
To load a UserControl dynamically at runtime, you can use the LoadControl method of the Page class. Here's an example:nnUserControl myControl = (UserControl)Page.LoadControl("~/PathToTheUserControl.ascx");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers