Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ccshadow
  • Content: Threads
  • Order by date
  1. ccshadow

    SmartPart SQL Connection

    I'm using SmartPart to embed a 3rd party grid control into a SharePoint page. Everything went fairly smooth considering this is the first time I've attempted it. However, the grid isn't loading data. I'm using SmartPart to embed a 3rd party grid control into a SharePoint page. Everything went...
  2. ccshadow

    User Control Error

    I've created a user control page containing a third-party grid. The code works fine when the grid is embedded in a regular ASP.NET page. However, errors are being thrown once I add the same grid as an .ascx control to a page. This is the first time I've created a user control so I'm hoping...
  3. ccshadow

    Pass SharePoint User Info To Reporting Services

    Is it possible to pass SharePoint user info from an intranet into Reporting Services? I'm creating a report with sales data. The report needs to be filtered based upon the user accessing the report. For example, if the user is a Director, she would be able to view all sales for all...
  4. ccshadow

    Counting Specific Rows

    I'm new to Reporting Services so this may be a painfully simple question to answer. The report I'm creating needs to count rows that reach certain criteria. For example, counting the number of rows where the days worked is greater than 5. Seems like the following should work, but it doesn't...
  5. ccshadow

    Populate DropDownList w/ GridView Header Text

    I have a GridView bound with an SQLDataSource. Search functionality for the GridView needs to be added through the use of a DropDownList containing all of the visible fields from the GridView, in addition to a textbox for search text. I want to avoid hard coding the values in the DropDownList...
  6. ccshadow

    Sorting Gridview w/o DataSource

    I have a Gridview populated with a DataTable that I store in the Session. I'm trying to sort the columns, but have only been able to get it to partially work. When I click on a header the first time it sorts as expected, but thereafter doesn't do anything. I'm attempting to store the current...
  7. ccshadow

    Selecting dupllicate values

    After several hours of trying to figure this out, I confess that I need help. I have an SQL statement that performs a few joins based upon whether or not a value does not have duplicates in a combination of columns from the main table. For example, a customer account number can have several...
  8. ccshadow

    Retrieve records with duplicate values in more than 1 column

    I'm attempting to retrieve values joined from 6 different tables and further filtered based upon values in 2 different columns using WHERE IN. The statements worked independently as expected, but when I combine them into one I get an error about the number of arguments in my final SELECT. I...
  9. ccshadow

    DataGrid DatePicker Column

    I have a datagrid that is filtered via a DataView based upon a DateTimePicker value external to the grid. I also have a DateTimePicker column in the grid that allows editing. When I edit the date in the grid as soon as I move to another row the edited row automatically disappears since it no...
  10. ccshadow

    OleDB DataAdapter Multiple Row Update Problem

    I have a strange problem that occurs when I attempt to perform an update w/ a DataAdapter. I've created my own Insert, Update and Delete commands due to a join that extracts a description from a second table to replace an ID from the main table. It kinda sorta works except that it only inserts...
  11. ccshadow

    Bind Relation to DataGrid Problem

    I have a datagrid that displays info from 2 tables - the chemicals table contains chemicalID (PK), description, etc. and dailyInventory contains inventoryID (PK), date, chemicalID (FK), etc. In my first pass at displaying this data I used a JOIN statement. When I finally got it to display the...
  12. ccshadow

    Prerequisite Installation

    I've been having some issues getting VS to create new projects without generating errors. After some research, I found that the Server Components needs to be installed and I need to be added to the VS Developers and Debugging groups. Our IS department performed the installation on our intranet...
  13. ccshadow

    Prerequisite Installation

    I've been having some issues getting VS to create new projects without generating errors. After some research, I found that the Server Components needs to be installed and I need to be added to the VS Developers and Debugging groups. Our IS department performed the installation on our intranet...

Part and Inventory Search

Back
Top