BuilderEditor

BuilderEditor ASP.NET component features

  • Automatic HTML code generation - With BuilderEditor you can create the HTML code used to display, insert, update and validate data. 
  • Customization of controls - The BuilderEditor control lets you specify the controls used to display, insert, update and validate data. It also allows you to customize their property and HTML attribute values. 
  • Paging - With BuilderEditor you can navigate through data records using paging buttons.
  • Server-side validation - With BuilderEditor you can validate that input control values don't be null and/or match a pattern defined.
  • End-user notification about the status of a data operation - With BuilderEditor you can display a message after a data operation has been executed successfully. If the data operation fails you can display an error message at the top of the BuilderEditor instead of displaying an exception page.
  • Automatic extraction of input control values - The BuilderEditor control automatically extracts the input control values. You can get access to this values in the Insert, Update and Delete events.
  • Control state support - The control state implementation allows the BuilderEditor control to work with and without the Viewstate enabled. It fixes known issues when the Viewstate is disabled.