Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi friends,

I have a problem with asp.net that I am fetching in Listbox items from a database table and I set the Listbox Property as multiple selection "TRUE".

So now I want to display the bello one Label, one TextBox, one Dropdownlist by fetching data from another one table and one RadioButton in single row.

After displaying how i can store in DataBase in a single table with different fields.

Please reply7 me as soon as possible. I need it very urgent.
Posted
Updated 24-Feb-11 0:01am
v4
Comments
R. Giskard Reventlov 24-Feb-11 5:51am    
You need to clarify: as it stands your question is incomprehensible.

1 solution

If you want to put these controls on basis of selection use PlaceHolder and on Selection Change change the control within placeholder..
 
Share this answer
 

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