.NET Framework Developer Center > .NET Development Forums > .NET Base Class Library > how to generate forms automatically from a sql server database table in C# ?
Ask a questionAsk a question
 

Answerhow to generate forms automatically from a sql server database table in C# ?

  • Tuesday, November 03, 2009 10:39 AMHaansi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    thanks for your attention and time.

    Kindly guide me how I can generate forms (windows and web as well) automatically based on a database table.

    thanks in anticipation,

    haansi

Answers

  • Wednesday, November 04, 2009 12:31 PMGeert van Horrik Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Not possible as far as I know. We have custom controls for such behavior that reads the fields dynamically and shows the right controls (checkbox for boolean, textfield for text, etc). However, we also use an entity framework (not the ADO.NET one) between the data and the actual control.
    Geert van Horrik - CatenaLogic
    Visit my blog: http://blog.catenalogic.com

    Looking for a way to deploy your updates to all your clients? Try Updater!

All Replies