I am trying to dynamically create controls and give them properties during run time.
I have put my code inside the Page_Init event, when I run my website I can see m
protected override void OnLoad(EventArgs e) { base.OnLoad(e); //-- Create your controls here }