The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » esDataSource Inline Edit
  • esDataSource Events - Entity Validation

    In VS2005, I have been working with the esDataSource events, trying to handle entity validation during my overridden Save method. During my save method, I test the entity with a property IsValid and throw an exception if the entity is not valid. How can I get the exception in the entity to bubble up to the esDataSource events? What mechanism ...
    Posted to ASP.NET - Design Time Data Binding (Forum) by ryan.stevens on May 24, 2007
  • Re: esDataSource

    I just tested this and it works fine, here is the full sourceCode:1 <%@ Page Language=''C#'' AutoEventWireup=''true'' Codebehind=''MicrosoftInline.aspx.cs'' 2 Inherits=''EntitySpaces.DataSource.Demo.MicrosoftInline'' %> 3 4 <%@ Register Assembly=''EntitySpaces.Web'' Namespace=''EntitySpaces.Web'' TagPrefix=''cc1'' ...
    Posted to ASP.NET - Design Time Data Binding (Forum) by Scott.Schecter on May 24, 2007