The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
16 views

Set SSRS Report Parameter Through JavaScript

I am running SSRS 2008 in SP2010. I want to set some report parameters through JavaScript. Is it possible if yes then how. Basically I read some values from the page itself and then set the report ...
0
votes
0answers
30 views

Is there a way to remove code from a sharepoint list?

Ok I have a custom built sharepoint list on a standard aspx page with no sharepoint header. With Sharepoint Designer I have set parameters on my list with several filters. On the page I have several ...
1
vote
1answer
22 views

Accessing QueryString parameters in ItemAdding event

I am trying to access query string in ItemAdding event but no luck. I thought I can use HttpContext.Current.Request.QueryString to pull query string but HttpContext.Current object is null under ...
0
votes
2answers
19 views

filter with url: should be very easy but doesn't seem to work?

This is really weird as it seems so simple to me, but just won't work. myserver/site/lists/ExampleList/AllItems.aspx?ID=133 isn't this the basic url filter to only show that item? it does work ...