Hello Everyone,
Page Structure
Page -> Place Holder -> web User control -> Dropdownlists
This is my Page Elements. There is click event to generate new webUserControl and place it onto PlaceHolder.
Now my Problem is that
I have three Dropdownlist inside webUserControl
and all values of dropdownlist populates from xml files.
Here is some Images to clarify my Problem
"All are inside WebUserControl which will created dynamically on the occurance of Click event"
1) suppose this is my first Drop down list
2) Now suppose I am selected "verb" option from dropdownlist1 automatically other dropdownlist2 will be visible and populates items in it according to dropdownlist1 selection
here is second pic
3) **Now main Problem starts here, **
when I am clicked on "Auxiliary" option, I am supposed to get index of Auxiliary text. It is 3. but it always returns index 0
4) and finally picture becomes like this.
this dropDownList does not hold the selected value.
Please give suggesions to resolve this problem.
Thanking you