Showing related tags and posts accross the entire site.
-
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...