Showing related tags and posts accross the entire site.
-
Hello all, I have a page with a repeater on it that is consuming data from a custom stored procedure. This procedure does paging and handles some funky logic under the hood (otherwise I would have used the built-in version). On my stored proc, I'm returning a dataset that nettiers correctly interprets...
-
Hello: Okay, I've done quite a bit of searching for this, but to no avail. Item in question is the 'OrderByClause' used with typed datasources as an input parameter. The obvious use is and 'order by' clause for a stored proc parameter. The unobvious is what the 'OrderByClause' traces back to. I've found...
-
All, I have a web page that I need to display information from three different tables: Account, Customer, and User. The only data that is editable it the Customer information, but me requirements state that I need to show information from the Account and User tables. If I try to put the three datasources...
-
I have searched for any related posts and I have noticed that there have been a few unresolved posts that are similar. I think I might be able to provide a few more details on the problems with using datasourcecontrols with a wizard. I think this is definitely a bug. I am new to netTiers, so I am just...
-
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 People. I Have two table one "Contact" and the other is "Category". In one page i have a advance search. When i can search for Name, Last Name, Phone, and Category. I create a querystring and call another page to show the result. For the search by Name, Last Name or phone no problem, but for category...