hi everybody
i´m evaluating llbl in this days
supose we have two tables Customers and Countries
where each customer has only one Country assigned
so
Customers
CustomerID
CustomerName
CountryID
Countries
CountryID
CountryName
i chose the selfservicing template and
i´m trying to find the easiest way to bound Customers table
to a datagrid allowing the user to edit all customers information
CHOOSING the country from a combobox or a select list
i read that typedlists are read only so cant use them for this
purpose.
regards