Showing related tags and posts accross the entire site.
-
I am in the process of converting a site (written by someone else) to use .net tiers on the back end. We have a number of stored procs which return XML. The reasoning behind generating the XML within a proc is solid and is the most efficient way getting the desired data. I've been searching the forums...
-
Hi, I have a windows app that uses the default .netTiers connection string at startup ( netTiersConnectionString ), however, as this is connection string in the application I am unable to change this during runtime. I need to find a way to be able to edit the connection string during runtime and it use...
-
I get an error in VS design view for all of the screens that use any of the DataSourceControl objects, including the Admin screens that are automatically generated. The error displayed is "Error Creating Control Unable to load NetTiersServiceSection" I have tried this with multiple databases...
-
Hey guys, I am having tough time using NetTiers on the front end of a website. The CMS works perfectly fine. Problem I have a table - ' Music ' and two more tables: ' MusicCategory ' and ' MusicInstrument '. Multiple instances of 'MusicCategory' and 'MusicInstrument'...
Posted to
.netTiers - General Support
(Forum)
by
kushal18
on
09-20-2007
Filed under: .netTiers, ManyToManyListRelationship, Filter, Filters, ManyToMany, ASp.NET, SELECT, 2.0, C#, .net 2.0, search
-
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
-
Hi All, Just wondering if you've had any luck with this? When I reference the required components in the PPC project, I'm getting errors relating to not including the System.dll from the primary (not compact) .NET framework. I also can't seem to query the WS directly ... it doesn't appear...
-
I have a SQL Server 2005 database with a few database tables that have columns that use the XML data type. It seems the Find stored procedure Net Tiers generates does not conform to the SQL Server requirements. I keep getting an error message whilst trying to create the procedure - "The xml data type...
-
Hi, Using: netTiers v2.0.1.471 ( The latest trunk from svn is producing the same results) SQL Server 2005 and DB Script from this post Code modified from this post posted below. CSP file included below StackOverflowException always occurs somewhere within DataRepository.StudentProvider.DeepSave(tm, student...
-
Hi I'm relatively new to NetTiers programming so there may be a simple solution to this problem (I hope anyway!). It seems that when I have an EntityGridView bound to a datasource and I delete a row (using the CommandName="delete"), if I then hit the refresh button on the browser (IE in this case) the...
-
Hi There, I am very new to .net tiers, Can any one help me out to sort this problem: I have a form with some business logic validation. I want my form to re-populate the original values typed in by user after it fails the business validation. At the moment the validation messages are displayed but the...