Hi,
I have an Ajax enabled master and child page. In the child page, I have two drop downs. One is visible and the other hidden. On Item change of first I have to show the second. In page load, if not postback, I am populating the second drop down and hiding it. On selectedindexchange of first I am showing the second drop down but values are not shown. Why is this happening? any idea? also the same issue exists with checkboxlist also.
what am i doing wrong here? I tried to populate the listbox in index change of first also. it works but when i select it , i am not getting the selected value at all.