In my code, I added the set and get property code to the code behind page of the control, Is this correct?
Now the control shows up in my form view edititem template but I'm not clear on how you bind to the control. In my case. The control has two dropdownlists as you described in the example. If I click on the smart tag and click edit databindings how do I bind
to BOTH the city and country? Can you add more than one field in a binding as your example seems to state?
JimAmigo
Member
581 Points
267 Posts
Re: Error "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the contex...
Dec 19, 2006 10:14 PM|LINK
Bhat:
In my code, I added the set and get property code to the code behind page of the control, Is this correct?
Now the control shows up in my form view edititem template but I'm not clear on how you bind to the control. In my case. The control has two dropdownlists as you described in the example. If I click on the smart tag and click edit databindings how do I bind to BOTH the city and country? Can you add more than one field in a binding as your example seems to state?
Thank you for your help.