i want to make an application in C# .net. in which i want to make a windows application form which is dynamic in nature .
In that i want the form to make labels which will take that caption of the columns from the database.and the form should also contain textboxes which will have the values of the field from the table in the database.
All this has to be dynamic on the click of a button.
so plz help me out.
In that i want the form to make labels which will take that caption of the columns from the database.and the form should also contain textboxes which will have the values of the field from the table in the database.
All this has to be dynamic on the click of a button.
so plz help me out.
Comment