Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,

i have two dropdownlist on page.
1)ddlArea is in update panel with autopostback=true
2)ddlAgent is out of the panel.

when i am trying to bind the ddlAgent based on the ddlArea selected item , dataset showing exact result(in class file ) but it does not bind after exection.

the scenario is like ,
i have gridview and when i want to update the record, panel visible=true and gets the values of gridview row.
Now, i would like to update the value, ddlArea selectedindexedchanged event fired and dataset consists the values(In class file), but unable to bind values in the page.

could you help me..

Thanking you.
Posted
Updated 16-Feb-12 3:05am
v2

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