Showing related tags and posts accross the entire site.
-
Hi Im using the follow code below to update a linkmember table; however the update does not populate any record into the database. Any ideas please? < data : MultiFormView ID ="FormView1" DataKeyNames ="Pk" runat ="server" DataSourceID ="_YBC_ShowsDataSource"...
-
I'm wondering if something is wrong with my configuration or my database, because I haven't been able to find any generated code that allows me to do a many-to-many lookup. I have 3 tables in my DB: User (Id, Code, Password, Active) Role (Id, Code, Description) UserRole (Id, User, Role) The 'UserRole'...
-
First of all, thanks and great work to all for this fantastic tool! I've been using .nettiers for about 2 months now and recently came across this problem. Scenario I have a table 'Person' and another 'RelatedPersons'. A 'Person' can have 0 or more 'RelatedPersons'...
Posted to
.netTiers - General Support
(Forum)
by
kushal18
on
09-13-2007
Filed under: .netTiers, ManyToManyListRelationship, ManyToMany, ManyToManyListRelationship GridView CheckBox EntityRelationshipMember, C#, .net 2.0, SQL Server, beginner
-
The code generated for the many to many relationship I think is getting confused when two Entity Tables both have the same column name for the primary key. Table structure. Dealer --------- PKID int Name varchar(100) Address1 varchar(150) .... Country ---------- PKID int Name varchar(150) Code char(4...
-
I’m trying to implement a new control in Web.Data that will work like the ManyToManyListRelationship but handle a GridView with a specified CheckBox column to handle the selected items. It's all ok until I hit the GetColumnIndex method in EntityRelationshipMember that returns -1 since the PropertyMappings...