Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in gridview i used dropdownlist. when i choose dropdownlist value the text box value ll be display

eg:

ddlst1 txtbx1 txtb2
ddlst2 txtb3 txtb4
ddlst3 txtb5 txtb6


here if ddlst1 select it works correctly.,if ddlst2 also fine., but when i go to change for ddlst1 again it affects txtb3 and txtb4 also.,how to solve this?
Posted

1 solution

Hi,

Take it inside update panel and fire the trigger.. Or other way to solve this problem is take hidden field and assign the values to that. On every time check for the condition find the value of hidden field and bind the drop down list.
It's not an answer. It is a simple suggestion.

All the best.
--AK
 
Share this answer
 
v2
Comments
Member 9113768 13-Jun-12 6:47am    
sry i need clear idea

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