The query-string tag has no wiki summary.
0
votes
1answer
121 views
Search box web part query suggestion display
2 questions pertaining to the search box web part display:
1)I have configured the search box web part to show query suggestions. My issue is when I type for example "ca" I not only get suggestions ...
1
vote
1answer
498 views
How to edit an existing item in InfoPath Web Part with SharePoint 2013
I have a page with nothing on it but a Infopath Form WebPart which I want to use to be able to edit an existing item in a SharePoint list. I have the ID of the item being passed in on the query string ...
2
votes
1answer
138 views
Ribbon buttons aren't enabled when I use query string parameter with filter
I have a problem adding filters with parameters in the lists.
I added a query string parameter. It is used in a filter. When I select one item in the list, most ribbon buttons (edit and delete, ...
0
votes
2answers
527 views
How to access QueryString values with CQWP in MOSS 2007
I need to show some data from library based on querystring passed in URL.
I've placed Content query web part on page and trying to access querystring using PageFieldValue but it is not working as it ...
0
votes
0answers
73 views
spquery.query cannot be charged correctly
I'm charging my spquery with different parameters from a static class called Fields :
In fact I'm using this query to bind result data to my asp:grid view
using (SPSite mySite = new ...
0
votes
0answers
268 views
passing url query string parameters to SSRS Report in SharePoint 2007 integrated mode
Is there some trick to doing this? Most guides suggest I just add the parameter to the url address, but that does not see to work. Is this a SharePoint 2007 issue?
0
votes
2answers
112 views
Sharepoint URL strange behavior
i have 2 SP 2010 enviroments (Dev and prd)... in a certain webpart i get the value of "param1" in the query string, like: string param1String = Request.QueryString["param1"]
if i pass this url: ...
0
votes
0answers
159 views
injected javascript code in a basic webpart
I have a working solution according to below, but I want a dynamic link which is created in Createchildcontrols and included as an arguement in the function newitem
but I get an JavaScript error on ...
0
votes
0answers
62 views
SPD List Form vs Custom List form - Version append and style issues
I'm forced to use a custom list form because my ID= querystring sometimes does not work with a regular List form - which is odd enough.
With a custom list form (DataFormWebPart), I can set my ...
0
votes
1answer
1k views
Query String URL Filter
I'm having issues doing a basic query string filter and I'm not sure what I'm doing wrong.
I keep getting these two messages:
"Cannot save all of the property setting for this Web Part. An error
...
0
votes
1answer
308 views
AllItems View of Query String: can I group using value in query string?
Can I somehow how a query string to show a group of documents within a given library. Not one single item, but the AllItems like view. So within the library I have a grouping type of id value in a ...
0
votes
1answer
174 views
DataformwebPart outside of List folder and ListItemID from another Query string parameter not working
I've tested this before, but I can't seem to get it to work again.
I've got a Doc library with webpart pages. Create a new page and in SPD add a CustomListForm to a custom list in display mode. I ...
0
votes
1answer
905 views
Query String, Can I show single item from a list using a query string?
Used this to pass a value to a form, but can I use a query string for a single list item ID, provide to users and have that filter a list for me? Or do I need some CQWP that takes a parameter from a ...
2
votes
2answers
259 views
Filter Document Library items using query string
I have document library (Images Type) and when using the following quick filter paramters nothing happens
?FilterName=LinkTitle&FilterMultiValue=*%d8%b3%d8%b9%d8%a7%d8%af%d8%a9*;
I tried this
...
1
vote
2answers
704 views
URL : How to add multiple Query String within Source Query String?
I have a simple question regarding the &Source Query String in SharePoint 2007, which normally SharePoint used in on List Item page, when click on "Close" button, it can redirect back to the ...
0
votes
1answer
322 views
How can you have multiple fillDefaultValues scripts operating on one page?
I have a Web Part Page with multiple DVWP/New Item Forms for different lists. Each form contains a lookup field to one central list. I can get one form to auto-populate the lookup field with a query ...
0
votes
3answers
421 views
Is that possible to use != in query string?
I am filtering sharepoint list using query string for some reson i need to check condition like FieldValue!=Red is that possible to achive?
Or still its limitation?
...
0
votes
1answer
1k views
How can I pass a Query String variable into the CAML of a jQuery script?
I'm using Marc's SPServices jQuery library - the SPFilterDropDown script - to filter the items in a Lookup multi-select field on a New Item DVWP. It works fine if I stick some static text in there - ...
1
vote
1answer
4k views
How can I pass a Parameter via Query String to populate a lookup field on a New Item Form/DVWP?
I have two lists:
List A: Products
List B: Requirements
I'd like to have a nice Create Requirement page launched from the Product Listing page.
I have a DVWP/Multi-Item View displaying all ...
0
votes
0answers
171 views
Custom Action for BDC Entity adds Plus Symbols in Query String Parameters
Using the web interface in SharePoint 2010, I add a custom action to one of my Business Data entities (External Content Type) to navigate to a URL with some parameters in the query string. The link ...
2
votes
1answer
493 views
How to get back to an HTML page after editing a list item
I have a link on an HTML page that opens an Editform.aspx with a particular listitem ID, in a new window. After making changes, I click 'OK'. How can I close the editform.aspx (by default, this ...