Showing related tags and posts accross the entire site.
-
I was working with this for a little while and finally figured it out. The generated code was being reference by another web app. For some reason the provider for a new table that I added wasn't getting generated. I tried everything, deleting the generated projects, solutions, restarting the machine...
-
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 want to be able to use vs 2008. ...but the latest official release of Nettiers doesn't seem to support that. ...I don't want to use any of the untested releases since I need it to for sure work. What I need to create is a web app that uses Infragistics 2008, vol 1. 3.5 edition (to take...
-
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
-
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...
-
Hi, First of all I would really like to say thanks to everybody who work on this stuff. It's been a couple of months since I was last here. I have been busy developing an application using the 2.0 nettiers release. We have released that application and it is getting fantastic feedback from our users...
-
Hi, I am trying to create unit tests layer using netTiers and so far everything seems ok with the generation of framework and Unit test framework but whenever I try to run any test using NUnit interface or TestDriven.net add-in I get following exception. TestCase 'Framework.UnitTests.UsersTest.TestTwoNum'...