Showing related tags and posts accross the entire site.
-
This is something stupid on my side, but I can't figure it out.... I have given the user a checkbox - that when they check it, it will filter results in the entitygridview. It is set by default to be unchecked. onCheckChanged event I run the code below. My problem is that it always seems to be one click...
-
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...