HomeCommunityControl GalleryIBuySpy ModulesdbHtmlEditor

dbHtmlEditor



Submit a Review

401 Downloads

14,817 Views


Description

dbHtmlEditor is a database Editor that can automatically generate web forms which can be used to modify/insert database data. This component can be attached to the ASP.NET DataGrid to provide record modification and insertion in a consistant manner. It can render/provide drop-down List Columns, read-only fields, required fields, user defined column captions, default values, display only fields, editable fields, Html Content(MultiLine) and WYSIWYG editing and upload columns. You can use it within IBuySpy portals to rapidly build modules. This component can handle all the IBuySpy module editing/insertion functions.

Our WYSIWYG Html Editor - HRR HtmlEditor is bundled with the dbHtmlEditor. This enables you to edit Html content within the browser.

Syntax Example

void Page_Load(Object sender, EventArgs e) { HttpContext ctx = HttpContext.Current; Gen.XMLFile = Server.MapPath("GenConfig.xml"); string mid = Request.QueryString["mid"] ; Gen.KeyValue = mid; Gen.Name = "Suppliers"; Gen.HRRVirtualPath = "/portalcs/debug"; }

Reviews

Submit a review