ASP.NET 2.0 - scaffolding a database table for webforms
- by Francis Huang
Can you recommend a tool that can analyze a SQL database table, read the table columns, and populate an .aspx page with appropriate controls (i.e. textboxes with matching labels)?
See this demo of ComponentOne InputPanel for WinForms for the functionality desired.
Are there any built-in tools for ASP.NET 2.0 WebForms that can help build a scaffold page for any given database table or entity?
Are there any free components out there to help achieve this goal?