ASP.NET 2.0 - scaffolding a database table for webforms

Posted by Francis Huang on Stack Overflow See other posts from Stack Overflow or by Francis Huang
Published on 2010-05-05T20:45:31Z Indexed on 2010/05/06 3:38 UTC
Read the original article Hit count: 355

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about webforms