Click here to Skip to main content
15,902,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have input that could be in List or in data table or simple text.

i want to populate data on UI and data should be editable.

Problem:

Input format is not predefined,Suppose if it is in Table format i can use datagrid or if it is in list view than i can use listbox something like.

above this, there is not single input . I have number of section and each section has their text in above format(List,table).

is there any dynamic approach to populate and edit or add dynamic control values.

Thanks,
Posted
Comments
Harshil_Raval 18-Oct-13 1:45am    
At time of binding data you know which kind of data to bind(either table or just string)? if yes then easiest way is to just hide show controls according to your requirement.
Raman Midha 18-Oct-13 12:57pm    
yes this can be done .....but this is not the good way to implement... i want something generic if it is possible....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900