Dynamically adding labels or textfields to add more value from database
I need to show data on multiple labels or textfield(). At present i can do is, show the value to the individual labels corresponding to filed in database. I want to give user functionality to add more fields like rows for the same value. Is that possible?
suppose i have a column filled with name, address, contact no. If user want to add nest row to view for the same columns how can he do it dynamically. Is there any solution, please help.
|