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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.