Showing related tags and posts accross the entire site.
-
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
-
I have the following Datasource below. I require the selection of records from the datasource where the PK is null; is this possible? What would be the syntax. < data : SyndicatorsDataSource ID ="SyndicatorDataSource" runat ="server" SelectMethod ="GetAll" Filter ="Pk is not null" / > Thanks Matt
-
Hi. Im building a contact manager and i have the table Contact, Category and ContactInCategory. I don't know what to do a advanced search, in one page i can search by Name, Last Name, Phone or Category. I generate the querystring and in other page show the results in a gridview. The problem is that i...
-
Hi! Isn't the following code supposed to work? What I would expect is to get the Clients filtered according to the Season (Saison) DropDownList, but it does not work. Some filtering is happening but it seems to be random. I can select the same DropDownList item many times and get different results. What...
-
Hi! I am a bit confused about filters, or more exactly about their PropertyName property. If in my class that extends the Page class (Eg.: _Default) I define a property called mamClientID , like this: public partial class _Default : System.web.UI. Page { public int mamClientID; … } Can I use such a filter...