Author: Unhandled Exception : ASP.NET | Posted on: 11/13/2009 3:37:21 AM | Views : 831

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 ...