Hi,
It seems that when using the AdvancedForm.ascx the controls I've added, like asp:DropDownList, are automaticaly databound.
What can I do to prevent this from happening?
It's important for me to have control over the databinding because the lists depend on each other.
In the current situation the controls are bound twice, Causing the value to be lost
Regards,
Ron
It seems that when using the AdvancedForm.ascx the controls I've added, like asp:DropDownList, are automaticaly databound.
What can I do to prevent this from happening?
It's important for me to have control over the databinding because the lists depend on each other.
In the current situation the controls are bound twice, Causing the value to be lost
Regards,
Ron