Welcome to the BuilderEditor demonstration page. The following samples are
included in the BuilderEditor installation program (download BuilderEditor ASP.NET component).
The samples include full source code in both Visual Basic .NET and Visual C#
.NET.
Inserting, updating and deleting.
The BuilderEditor exposes events which allow you insert, update and delete
data.
[Run sample]
|
|
Master-Details.
Using BuilderEditor to display record details.
[Run sample]
|
|
Datagrid and BuilderEditor.
Using DataGrid and BuilderEditor to display, insert, update and delete
data.
[Run sample]
|
|
Paging.
Using paging buttons to navigate through data records.
[Run sample]
|
|
Localization.
Using localization features you can customize the BuilderEditor appearance for
the current culture.
[Run sample]
|
|
Displaying data operation status.
The StatusSettings.InsertedText property allows you to specify the
text to display when a new record is inserted successfully.
[Run sample]
|
|
Server-side validation for required fields.
A pre-defined error message is displayed for each empty data field marked as Required
field in the Rows tab.
[Run sample]
|
|
Using RequiredFieldValidator objects to validate data.
Besides using server-side validation you can use RequiredFieldValidator objects
to validate required data.
[Run sample]
|
|
Validating format.
The Validation expression field in the Rows tab allows you to
validate that an input value matches a pattern defined (e.g., e-mail address,
postal code, etc.).
[Run sample]
|
|
Validation with RegularExpressionValidator objects.
Besides using server-side validation for patterns you can use
RegularExpressionValidator objects.
[Run sample]
|