ASP.NET Dynamic Builder


Version: 1.0
Size:
875KB
Requirements:
.NET Framwork 2
Price:
$25.00
System:
Windows Vista/2003/XP/2000/98/Me
Rating:
4.5
License:
Shareware

Description - ASP.NET Dynamic Builder



ASP.NET Dynamic Builder Contains two integrated tools : - GUI Creator : Enable user throw simple IDE to Create ASP.NET GUI Controls by browsing database fields and auto generate aspx controls and it`s labels With Standard Naming (user can customize it). - DBLL : (Dynamic Business Logic Layer) COM object enable user to bind data from data source to asp.net PaGE controls , also within the COM Object you can save/update data from page to database in just few easy code lines like following C# Code Sample using DBLL Component: protected void btnSave_Click(object sender, EventArgs e) { DBLL _dbll = new DBLL(_connStr); _dbll.TableName = "Person"; _dbll.ID = "PersonID"; _dbll.OperationType = (UpdateOperationType)Session["Operation"]; _dbll.Containers = new Control[] { this }; if (_dbll.UpdateTable()) { lblMsg.Text = _dbll.OperationType.ToString() + " Succcess"; if (_currOperation == Operations.New) new API(this).ClearDataControls(); } else lblMsg.Text = _dbll.OperationType.ToString() + " Failed" + _dbll.ErrorString; }} By using ASPX GUI Generator and DAL , BLL Dynamic Manager You can do any ASPX page more professional and in a Little time.

ASP.NET Dynamic Builder Dynamic Builder Dbll Operationtype


More in Components & Libraries-ASP.NET Dynamic Builder

Operationtype Tostring Dynamic Builder Net Dynamic Builder