Click here to Skip to main content
15,895,192 members

Comments by ronbutan (Top 1 by date)

ronbutan 23-Aug-10 5:37am View    
The aim of such a design was actually to eradicate the need for designing and storing muliple data insertion forms for different entities (ie Employee data entry form, Product data entry form). In this case, we will need just one form with controls painted dynamically and upon data insertion, make use of the ID property of each control to determine which database to insert into (ie txtName_Product == Product database, txtName_Employee == Employee)

The information for the controls properties will be pre-loaded by another application or by a DBA.