Showing related tags and posts accross the entire site.
-
I have a table where I want to FK to the table's Primary key (so as to create parent/child relationships among the rows). The problem I have is getting the PK value on insert. I do an DataRepository .MyObjectProvider. Insert(TransactionManager, o_myobject) but obviously get an error when the FK value...
-
Hi there, Have tried a number of different suggestions from the forums but can't seem to get this relatively simple setup to work. I'm using the generated web admin templates and just modifying them slightly so that i can editing data from two tables at once. In this sample I'm actually using Aspnet_Users...
-
I’m new to nettiers and have been struggling with the following problem…. Any assistance would be greatly appreciated!! I’m using the OneToOneViewRelationship control and have based my code on the examples that have been posted here. I’m using a nested FormView and updates are...