Showing related tags and posts accross the entire site.
-
Hey Board, I just spent 20 minutes writing out a post and hit the back button... *bangs head on desk*... Sorry this one is shorter, but I have to get some sleep! My question pertains to the following table structure: http://www.photolava.com/view/cj39.html Quick Explanation: Members are people within...
-
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 Ecathell, In fact, there is no real search "switchboard" in the site I am working on. The search criteria are determined by the path the web-surfer takes to navigate to what he wants to find. But it all comes to the same internally. In your case, the search is done on a string as far as I understand...
-
Hi! I am wondering how people deal with advanced search pages when building an application or a web-site based on .netTiers. Let's say you have a Clients table, a ClientTypes Table, a Groups table and a Regions Table. A client has a Client Type, is located in a Region, and may be part of multiple Groups...
-
A feature I've seen in a lot of DALs and have used in the past is the ability to pass an entity instance to a search method (e.g., Find(), GetPaged()) in order to pass search parameters. I find this approach particularly elegant, personally, and was surprised not to find it in .netTiers. I would see...