ASP.net C# Add controls automatically to a data form

Posted by user333817 on Stack Overflow See other posts from Stack Overflow or by user333817
Published on 2010-05-05T20:45:31Z Indexed on 2010/05/05 20:48 UTC
Read the original article Hit count: 186

Filed under:
|
|

I am using ASP.net with C# and am looking for a tool that given a SQL table name, reads the table columns and populates an aspx form with controls (textboxes with matching labels). Something like ComponentOne InputPanel, except that this product only works for WinForms.

See demo of ComponentOne InputPanel: http://www.componentone.com/newimages/Products/Videos/StudioEnterprise/InputPanel/ComponentOneInputPanel.html

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#