BuilderEditor

BuilderEditor ASP.NET component FAQs

1. Does the BuilderEditor supports paging?
Yes.

2. I have created a dataset in code-behind, why it is not displayed in the DataSource drop-down list?
The BuilderEditor only displays the available data sources in the DataSource drop-down list. Available data sources mean that the data source must exist at design-time. For example, when you create a Dataset or a SqlDataSourceControl from the toolbox they exist at design-time and the BuilderEditor displays them. However, as your data source exists only at run-time it won't be displayed in the DataSource drop-down list.

3. Do I need to select a data source to be able to generate HTML code?
The data source is used to get the data fields, however, if you have not specified the data source you can use the Fields editor to specify the data fields directly. Right-click in the Fields available list, the Fields editor... option is displayed, select it. Once you have done this the data fields are added to the Fields available list and you can select them to generate code.

4. I cannot drag the BuilderEditor component from toolbox to the design-surface.
Step 1. Copy the Mixba.BuilderEditor.dll and Xheo.Licensing.dll files to the \bin directory of your web application. These file are located at Program files\Mixba\BuilderEditor\v1.0\bin\
Step 2. Drag the BuilderEditor to the design surface.

5. Unable to create example: Unknown error (0x80005000)
The BuilderEditor requires Internet Information Services already be installed and enabled. This error may be caused because IIS is not installed in your machine. If you don't have IIS installed in your machine, please install it first and then install the BuilderEditor.