|
|
|
BuilderEditor ASP.NET component features
-
- With BuilderEditor you can create the HTML code used to display, insert,
update and validate data.
-
- 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.
-
- With BuilderEditor you can navigate through data records using paging
buttons.
-
- With BuilderEditor you can validate that input control values don't be
null and/or match a pattern defined.
-
- 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.
-
- The BuilderEditor control automatically extracts the input control
values. You can get access to this values in the Insert, Update and Delete
events.
-
- 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.
|
|