Add dynamically created control in my desired ASPX page
Good Afternoon Frndz...
I have a problem..
I have created my aspx page dynamically using c#, and now i would like to add dynamically created control in .aspx page.
Example:
I have a default.aspx page which created desing time, and now i have created one more page dynamically named as "dynamic_menu.aspx".
But now i would like to add button, label, textbox etc controls in this dynamic_menu.aspx page dynamically.
Please help me.....................
Thanks