I do not know how to add controls dynamically to the form using C# .net. Can anyone help me? I know this with vb.net but I need to know the syntax in C#.
It's generally acceptable to add the controls to a panel, be it that the panel has been added to the page in the markup or programmatically.
See the following link for the C# syntax