| Author |
|
| Company |
HRR.NET |
| Source Code Available |
No |
| License Type |
Free |
| Submitted On |
April 08, 2003 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
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