A
Adam Billmeier
Problem:
I am trying to use FindControl to grab a dropdownlist that is in the
EditItemTemplate of a Datalist and then Bind it to a dataset. I also then
need to put the correct values in all of the text boxes in the
EditItemTemplate.
I have set the EditItemIndex for the Datalist to -1, and then bound the
Datalist. I then want to Bind the DropDown, and populate the values.
All attempts to use FindControl on the control return "Nothing"
Any assistance is appreciated.
I am trying to use FindControl to grab a dropdownlist that is in the
EditItemTemplate of a Datalist and then Bind it to a dataset. I also then
need to put the correct values in all of the text boxes in the
EditItemTemplate.
I have set the EditItemIndex for the Datalist to -1, and then bound the
Datalist. I then want to Bind the DropDown, and populate the values.
All attempts to use FindControl on the control return "Nothing"
Any assistance is appreciated.