Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
WebCombo doesn't work with Bind("") method in Insert, Update Databound FormView
posted

I want to DataBound a WebCombo placed in FormView like a DropDownList to a field from data source of formview with Bind("") method for Insert, Update with formview. First question is why doesn't have "Edit Databindings" the control in desinger like ASP.NET controls. The second problem is that i have been tried to databound WebCombo in aspx whith Bind() method and gives follow error that i can use this method only for a databound control.  How to databound infragistic controls.