Showing related tags and posts accross the entire site.
-
Hi There I am having trouble with the netiers component of codesmith. My main problem is that I have a view and would like to search on that view using a like % clause. I cant see any built in methods that allows you do do this. I wrote a custom stored procedure that calls that view and filters on string...
-
I am confused why this code is in the EntityGridView. Can anyone explain why this is necessary? The result is that it adds a new entity to the list when I call my custom proc that returns no records. I don't see this with methods that return a TList, but for whatever reason, it happens with a VList....