Showing related tags and posts accross the entire site.
-
Hi I have the following code running AfterInsert of a DataSource control. What I'm trying to achieve is set the value MasterShow_Pk equal to a value. The code runs fine but the Data Store is not being updated with the value. protected void _x_ShowsDataSource_AfterInserted( object sender, x.Web.Data....
-
I wish to copy database records from a Staging database to a Live database using .nettiers data layers methods. But I need to ensure that the identity columns are identical. How could I achieve this with .nettiers? Thanks Matt