C# .NET - Create Dynamic Form using different controls in Asp.net C#
Asked By Rajiv Gogia on 22-Jun-13 11:12 PM
Hi All,
How can I create a form dynamically and save the values entered by user in that form , into the database. Which option is more preferable --- using client site controls in the form like input tag or using server side controls like textbox,checkbox and radiobuttons. please suggest.
Thanks in advance.