There was a post on our internal discussion group recently where a customer pointed out one of the weaknesses of 2 way data binding not working within user controls. Consider the following page: < asp:ObjectDataSource runat= "server" ID= "personSource" SelectMethod= "GetPersons" UpdateMethod= "Update" DataObjectTypeName= "ExtendedDatabinding.Person" TypeName= "ExtendedDatabinding.PersonRepository" > </ asp:ObjectDataSource > < asp:FormView runat= "server"...(read more) ...
Go to the complete details ...