hi
how do I solve this problem?
Exception :
This causes two bindings in the collection to bind to the same property. Parameter name: binding
Code :
var q = Movie_List.Actors.Where(a => a.Actor_Name == Snametxt.Text);
Acttxt.DataBindings.Add("Text", q, "Actor_Name");