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 » DropDownList Databinding
Sorry, but there are no more tags available to filter with.
  • Object Reference error

    Hello,     We are using ES 2007, and facing an issue while loading data from the method in a component . We are using two project one for web application and another one is business logic.   One more information is that we are using another tool in the project is LLBLGen which is also a similar tool like entity ...
    Posted to ASP.NET - Runtime Data Binding (Forum) by buyan47 on June 25, 2007
  • Re: Error when run in to Query.LoadDataTable()

    Here is an example...Code:private void PopulateCountriesDropDownList() { CountryCollection countries = new CountryCollection(); countries.Query.OrderBy(countries.Query.Abbreviation.Ascending); if (countries.LoadAll()) { CountryDropDownList.DataSource = countries; CountryDropDownList.DataTextField = ...
    Posted to ASP.NET - Runtime Data Binding (Forum) by Scott.Schecter on June 19, 2007