Showing related tags and posts accross the entire site.
-
I wrote a custom stored procedure that uses inner joins to join 2 tables and return a dataset. Nettiers recognizes that it is a custom stored procedure in my database but I have no way of accessing it through the datasource as a SelectMethod. My code for the SP is below. My goal is to use this as my...
-
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...
-
According to http://community.codesmithtools.com/forums/p/3108/12847.aspx#12847 post, you need to change name of netTiersService2 in DataRepository.cs file. Go to DataRepository.cs and fix Configuration region - #region Configuration /// <summary> /// Gets a reference to the configured NetTiersServiceSection...
Posted to
.netTiers - General Support
(Forum)
by
arif_azim
on
05-28-2008
Filed under: .netTiers, .netTiers Providers, .netTiers Search, .netTiers Google Search, .netTiers 0.9.2 config, .netTiers SharePoint signing, ASp.NET, .net 2.0, .net 3.0, .netTiers VisualStudio ".NET 3.5"
-
Let's search "regeneate" in .netTiers forums, we can see more than 150 items list here about "regenerate". .netTiers is a greate template for CodeSmith, can produce fine quality application code and no code a line.But when we add new column or change any database structure, we...
-
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...
-
I am attempting to pull from a SQL Server database using the strongly typed datasource generated by CodeSmith. Paging is working correctly, however I cannot seem to get sorting to work. Thanks in advance, jeremiah Here is the code in question: <cc1:DistrictDataSource ID="DistrictDataSource1" EnablePaging...
-
Hi All! I have a page that contains a generated user control. I add the user control some functionality and I want to catch the events in the page. I cant use the delegate as useall since the web control is showen as data : TemplatePath. Can someone help me please? Thank's Itai
-
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'...