189 reputation
316
bio website
location
age
visits member for 1 year, 3 months
seen May 3 at 9:44
stats profile views 80

May
3
comment SSRS Parameters passed through URL not refreshed on Web Part Page
Well I am trying to view my report on a web part page rather than on Report server default url. But anyways thanks for your inputs. I resolved my issue its not related to SP 2010.
Feb
1
comment Links Web Part in SharePoint 2010
please see my updates.
Feb
1
comment Links Web Part in SharePoint 2010
I tried the way you said but it doesn't give me a tabular view rather it groups the items like a Tree view with "+" sign in front of each category (group by column). What I am looking for is I have added in my question.
Jan
31
comment Links Web Part in SharePoint 2010
No My site is not a publishing site, I am using "Links" web part not Summary Link web part.
Jan
7
comment Adding Report Viewer Control on Custom Web Part ASCX Control
Well thing is I need both the assemblies in my solution and don't know how to tell which assembly Report Viewer control should point to.
Jan
4
comment Adding Report Viewer Control on Custom Web Part ASCX Control
I see the problem is conflict between Microsoft.Reporting.WebForms and the same assembly inside Microsoft.ReportingServices.SharePoint.UI.WebParts.That is why I can not add explicit referece of Microsoft.Reporting.WebForms.
Jan
3
comment Adding Report Viewer Control on Custom Web Part ASCX Control
No I am not using 3 versions of RV.And I don't see any reference to older versions either.
Jan
3
comment Adding Report Viewer Control on Custom Web Part ASCX Control
I think I need not to add another reference because I already have Microsoft.ReportingServices.SharePoint.Common and Microsoft.ReportingServices.SharePoint.UI.WebParts added as references and these include Report Viewer Control.
Nov
30
comment User input issue with Locale change of Site SP 2010
No I have not changed the locale of my SQL server. There is another layer in between that is web service and no change in web service locale either.
Nov
30
comment User input issue with Locale change of Site SP 2010
Well the UI changes the value before its sent to SQL. So whatever is displayed is saved in database.
Nov
19
comment User Permissions SharePoint 2010
It depends on the role assigned to authenticated users. Like a guest can still access the pages but not the library.Try that.
Oct
31
comment Creating Group Programmatically with Reader Role
Please see my edits for the code I am using.
Oct
19
comment Error Handling with Powershell Scripts for SharePoint 2010
thanks for the link though but it tells more about cmdlets than exception handling.
Oct
18
comment Error Handling with Powershell Scripts for SharePoint 2010
thanks for the example.Could you please mention some articles for detailed study
Oct
9
comment Problem Setting Item Level Permissions Dynamically
I solved the problem without elevating the SPWeb object.Actually SPQuery in my code was returning the same list item for all IDs.
Oct
8
comment Problem Setting Item Level Permissions Dynamically
any idea why it just works for one page only?
Oct
8
comment Problem Setting Item Level Permissions Dynamically
Still no luck. It breaks inheritance just for one page.So elevating didn't work here.What I have done is calling my SetPermissions functions inside the Elevated scope.
Oct
8
comment Problem Setting Item Level Permissions Dynamically
Well no I am not elevating right now.
Oct
8
comment Problem Setting Item Level Permissions Dynamically
Please see my edits.
Sep
28
comment Error on Feature Deactivation with Power Shell Script
Ok I see this. As much as I got from this property is it about defining the order of the steps. As of now I am using "Default" configuration.