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...
Thanks for the direction.
This user control will ultimately be embedded in a SharePoint site using the SmartPart. Given this, is one method preferred over another?
If it gets added to SharePoint, I wouldn't necessarily know the name used in order to use FindControl. Wouldn't I need to use...
I forgot to include the text of the error... It kinda seems like it's not able to access the dll for the 3rd party grid. ?
Compiler Error Message: BC30456: 'DataSource' is not a member of 'ASP.goals_ascx'.
Source Error:
Line 27: Dim reader As SqlDataReader = cmd.ExecuteReader...
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...
Never mind. I believe I stumbled across a solution. For anyone else that might be having the same or similar problem... In the Expressions dialog box is a Global variable UserId. I haven't worked with RS much so I didn't even know it was there, but it works on the report server and in native...
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...
Well this is the closest it's come to working! One problem though. It throws an error if I leave my template or command fields in the gridview. Works get if I delete those. ??
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...
Actually it's in the onSorting. That was one of the first things I thought - that it was being called somewhere else. I do have a bindGrid() sub that I call on PageLoad, but only when Not IsPostback. And the grdUsers_Sort is only associated with the control in the HTML code. I kept thinking...
Either way I essentially get the same info by virture of the volume of trace statements I entered. The problem comes in because the grdUsers_Sort function executes twice on a header click. Is my code causing this issue or is this to be expected?
I have been checking the trace files. For some reason the grdUsers_Sort seems to trigger twice. The first time it sets the ViewState to 'columnName ASC' and the second time it sets it to 'columnName DESC'. I discovered this because when I clicked a header it was sorting on DESC when it should...
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...
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.