-
I wrote a custom stored procedure that uses inner joins to join 2 tables and return a dataset. Nettiers recognizes that it is a custom stored procedure in my database but I have no way of accessing it through the datasource as a SelectMethod. My code for the SP is below. My goal is to use this as my...
-
Hi I have the following code running AfterInsert of a DataSource control. What I'm trying to achieve is set the value MasterShow_Pk equal to a value. The code runs fine but the Data Store is not being updated with the value. protected void _x_ShowsDataSource_AfterInserted( object sender, x.Web.Data....
-
Hi have installed netTiers v2.0.1 it looks like this will provide very useful. Have been working with the default Admin website files and have a question on how to solve something. I see the default datasource is used on the admin pages like so. < data : _YBC_ShowsDataSource ID ="ShowsDataSource"...
-
First, I love netTiers. I started using it about 2 weeks ago and absolutely love it! Thank you very much. How can I use a TList<> as a datasource for an RDLC report? I'm guessing I need to make an XSD file with the schema? I know how to add it as a datasource at runtime but I was wondering how...
-
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...
-
I am attempting to pull from a SQL Server database using the strongly typed datasource generated by CodeSmith. Paging is working correctly, however I cannot seem to get sorting to work. Thanks in advance, jeremiah Here is the code in question: <cc1:DistrictDataSource ID="DistrictDataSource1" EnablePaging...