How to add more rows with dropdownlist side by side dynamically?
i have 2 dropdown lists side by side in a single row with add more botton...i want to add more rows with dropdownlist side by side dynamically when button clicked plz send me the solution ASAP
Gopesh SharmaPosted Sep 10, 2012, 4:34 AM
Keep the two dropdownlist in a panel, and whenever you add new dropdownlist by add button, just add that control in the panel. That will reflect side by side.