G
Guest
I have been pulling my hair out (what is left of it) for a few days trying to
figure out what is wrong with this..
I have a repeater control that renders a number of controls bound to a
datasource. Within this repeater, there are a number of dropdownlists which
have their datasource set to different picklists which need to be sync'ed to
the main source. This never happens however I have tried it. First I had a
problem identifying the control but I think I solved that. Now when I debug,
I find that the items in the ddl is
0. I have tried to databind the control, but I get a stack overflow. At the
moment I am calling:
OnDataBound='<%#GetTypeIndex((Container.FindControl("DIrectorate_ID")),
Container.DataItem("directorate name"))%>'
figure out what is wrong with this..
I have a repeater control that renders a number of controls bound to a
datasource. Within this repeater, there are a number of dropdownlists which
have their datasource set to different picklists which need to be sync'ed to
the main source. This never happens however I have tried it. First I had a
problem identifying the control but I think I solved that. Now when I debug,
I find that the items in the ddl is
0. I have tried to databind the control, but I get a stack overflow. At the
moment I am calling:
OnDataBound='<%#GetTypeIndex((Container.FindControl("DIrectorate_ID")),
Container.DataItem("directorate name"))%>'