Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using drop down list in repeater,and on slected index changed i need to get the value of that drop down list and on the value i need to populate some value in the textbox reside in repeater control.
Eveytime i change the drop down list values textbox value changes.
anyone knows please tell me

Bilal
Posted
Updated 1-Sep-10 22:08pm
v2

1 solution

See, are you looking to bind the selected item to the Repeater item.

Use Repeater ItemDataBound event to put the data in the repeater Item.
 
Share this answer
 
Comments
pronning300 2-Sep-10 4:51am    
i am able to get data in drop down list from database.but does know how to get data from that drop list select item value.

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