Is it possible to assign a textbox to a column of an sql database at runtime ????
i have labels next to textboxes, there labels are bound at runtime so i want the corresponding textboxes to be assigned the same name so that the data in text boxes are assigned to the correct data columns ?
i have labels next to textboxes, there labels are bound at runtime so i want the corresponding textboxes to be assigned the same name so that the data in text boxes are assigned to the correct data columns ?
Comment