I want to create adynamic number of panels inside td in atable depending on number of items in dropdownlist ex (if dropdownlist have 5 items i want to create 5 panels)
Each panel contans :
Table that consist of
1- Fist row will be header that will be the title
2- Second row will consist of number of cells depending on text for a label (ex 3,4,5 ,...)
I want to pass each panel with its table to its selected value from dropdownlist
and when change dropdownlist value to the second value for example the first panel still show and the second panel apper
and when change to the 3rd value in dropdownlist the 2 other panels still showed and the third apper and so on......
I hope my explanation is clear , and i hope to answer with example.
Thanks