The TableEditor control builds onto the datagrid control that ships with ASP.Net. The key function of the TableEditor control is to allow the user to edit almost any Sql Server table with just one line of code. Key features: Instant Editing of almost any SqlServer Table - Parameterized update queries (typed) - Dynamically built data entry forms (a vertical form, including larger textboxes for larger text columns) - Validates by type, size, nullable, etc - Allows deleting of rows - Allows adding new rows - Built in paging. |