Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a gridview which has 3 columns
a dropdown list, and two textboxes
the DDL holds the list of ITEMS available in the store.
what i need is whenever the selected index is changed for the DDL i want to load the text box with the PRICE of the particular item selected in the DDL.
i tried to do so in selectedindex change event of DDL but I can not access the TEXTBOXEs from code behind.
ANY KIND of suggestion/help is appreciated
THANKS IN ADVANCE.
Posted

Have you tried anything so far?

At least a search on google..

Always try google[^] first to get quick response,
You can also search on CodeProject answers[^]

Try first man, then post your questions here.
 
Share this answer
 
just check set autopostback true of DDL
 
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