User1186282158 posted
Hi Michael,
The error is telling you to find 'ddlGender_CascadingDropDown' in the aspx file and add the 'Category' property. On the control it will look something like:
<ajaxToolkit:CascadingDropDown ID="ddlGender_CascadingDropDown" runat="server" Category="category needed" ... etc