Friday, 27 September 2013

Create UserControl with CodeBehind at runtime in Asp.Net

Create UserControl with CodeBehind at runtime in Asp.Net

How to create a usercontrol and its codebehind from source file(s) at
runtime and load into a panel? I'm pretty sure using CodeDom could solve
this, but not quite sure how to go about it. Can anyone provide a
simplified example for this? Thanks in advance.

No comments:

Post a Comment