Home  »  Windows  »  Components & Libraries
asp-net dynamic builder 1-0
asp-net dynamic builder 1-0
Authorize : Shareware $25.00

Requirements : .NET Framwork 2

Publisher : developers tools

OfficeWebsite : http://www.developers-tools.com/

OS Support : Windows Vista, 2003, XP, 2000, 98, Me

Servers
  • USA
Content
ASP.NET GUI - BLL - DAL Dynamic Creator.
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 its 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. you can free download ASP.NET Dynamic Builder 1.0 now.

Hot Download

New Download