Showing related tags and posts accross the entire site.
-
Hi i have database with these tables User { IdUser, Name , Surename, Username, Password } ProfesorData { IdUser, JMBG } AdministratorData { IdUser, JMBG } In form for administering profesors i have made fields required to insert new User and ProfesorData. Now problem is how to display a list of all Profesors...
-
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 All, Sorry if this post is a repeat, normally I would ask google first but search for the phrase OR just seems like a bad idea. Can someone please clarify for me how to us an OR condition in a filter on a DataSource? As far as I can tell, the expression is being parsed correctly in Expressions.SplitFilter...