No announcements
Found 907393 threads
-
0 Votes
URGENT: Rewritten URLs - transform into internal path and retrieve querystring
User-1856974186 posted Rewriting is an internal process and doesn't necessarily impact what's actually in the address bar as opposed to the QueryString.Answered | 4 Replies | 106 Views | Created by Anonymous - Wednesday, July 4, 2012 1:24 AM | Last reply by Anonymous - Tuesday, July 10, 2012 5:27 AM -
2 Votes
querystring in url
Hello, I would like to give the url a querystring (parameter) so later i can get the value from the url.Answered | 3 Replies | 1405 Views | Created by Alexander_DM - Tuesday, April 23, 2013 7:11 AM | Last reply by Alexander_DM - Thursday, April 25, 2013 7:52 AM -
0 Votes
GDI Path bounds and transforms (C++)
1) In C# I can use GraphicsPath.GetBounds() to retrieve a rectangle that encloses the items in the path I have drawn.Answered | 4 Replies | 2196 Views | Created by Gary Harper - Tuesday, January 8, 2013 2:17 AM | Last reply by Elegentin Xie - Tuesday, January 15, 2013 5:58 AM -
0 Votes
The '+' is changed into ' '(blank) in the querystring parameter of url.
I chose it because it made it easy to make URLs using base URLs and relative paths, and was better than a whole lotta string concatenation.Answered | 8 Replies | 38815 Views | Created by jibotang - Tuesday, July 11, 2006 9:33 AM | Last reply by John Saunders - Sunday, September 28, 2008 9:23 PM -
1 Votes
Querystring
Hi, From your description, I understand you want to save items in library after you retrieve data from a library.Answered | 2 Replies | 989 Views | Created by saidireddy.v - Wednesday, January 21, 2015 9:49 AM | Last reply by Vincent.Han - Wednesday, January 28, 2015 9:20 AM -
0 Votes
Single URL for both internal and external users?
My setup is: External DNS for portal.example.com is X.X.X.1 Internal DNS for portal.example.com is X.X.X.2 I create a ...Answered | 3 Replies | 6351 Views | Created by Steven Helms - Wednesday, August 13, 2008 4:03 PM | Last reply by Steven Chimes - Wednesday, August 20, 2008 12:26 AM -
1 Votes
force code to use internal web site url instead of extranet url
Hi, "Is there a method to retrieve the internal host header from the web application ?Answered | 2 Replies | 4433 Views | Created by Dejan MILIC - Wednesday, November 4, 2009 11:03 PM | Last reply by Peter Holpar - Friday, November 6, 2009 1:59 PM -
4 Votes
$filter requests are not recorded in the URL, but stored as querystring
We add web service such as http://localhost/storecsvs/InstantOrder.asmxthrough Add Web Service Request in web test then right-click the Web service request and select Add ...Answered | 8 Replies | 1183 Views | Created by sambit mahanta - Friday, May 16, 2014 2:07 PM | Last reply by sambit mahanta - Tuesday, May 27, 2014 3:32 PM -
2 Votes
Cannot filter list with Querystring (URL) filter
I am trying to filter a normal List View in SharePoint 2010 with an OOB Querystring (URL) Filter, but the option "Connections" is greyed out.Answered | 2 Replies | 8848 Views | Created by andreasbbbbb - Friday, May 13, 2011 5:43 AM | Last reply by dbigelbach - Tuesday, April 17, 2018 3:11 PM -
1 Votes
URL Path
Hi i get the correct path when usingAnswered | 3 Replies | 915 Views | Created by Rikmj - Wednesday, September 14, 2016 2:27 PM | Last reply by Jerry Zy - Thursday, September 22, 2016 8:49 AM -
0 Votes
Contract.Requires<E> not rewritten
Fixed internally.Answered | 2 Replies | 4063 Views | Created by Josef Bláha - Monday, April 4, 2011 4:28 PM | Last reply by Manuel Fahndrich - Monday, April 4, 2011 6:36 PM -
0 Votes
Retrieve document path on Sharepoint 2010 search result
You must use the Path managed property.Answered | 1 Replies | 2539 Views | Created by S3rgiones - Tuesday, September 25, 2012 10:21 PM | Last reply by Steve.Curran - Tuesday, September 25, 2012 11:22 PM -
0 Votes
Retrieve vertices of geometry after applying transforms in DirectX
algorithm to get back the vertices after transformation.Answered | 3 Replies | 637 Views | Created by BlueUrgency - Sunday, July 17, 2016 9:58 PM | Last reply by Baron Bi - Thursday, July 21, 2016 8:17 AM -
2 Votes
Sharepoint 2013 Wiki Page - Links in content rewritten to relative urls
Hi JonesEJ, According to your description, my understanding is that SharePoint converts a absolute URL to a relative URL when ...Answered | 2 Replies | 4004 Views | Created by JonesEJ20 - Friday, January 23, 2015 10:07 PM | Last reply by Marco DG - Tuesday, January 19, 2016 10:30 PM -
0 Votes
Unable to retrieve your URL
Your application URL needs to be on the internet so the Tellme Platform can fetch it.Answered | 4 Replies | 7647 Views | Created by sp11 - Thursday, October 1, 2009 12:01 AM | Last reply by sp11 - Thursday, October 1, 2009 5:39 PM -
2 Votes
Retrieve document Url when querying a list
You can get the url value using SPListItem["Encoded Absolute URL"].Answered | 9 Replies | 6509 Views | Created by sparkymark75 - Wednesday, April 8, 2009 9:03 PM | Last reply by sparkymark75 - Tuesday, April 14, 2009 10:17 PM -
0 Votes
ClickOnce Error reconfiguring setup.exe's url and component url paths
There is one other "special" flag, but that is also for internal use only: a dev team has to have a few secretsAnswered | 5 Replies | 6625 Views | Created by PatrickHyatt - Tuesday, May 22, 2007 8:46 PM | Last reply by kainhart - Monday, February 16, 2009 5:10 AM -
0 Votes
MySite URL Path
If you want to change that URL then you'll probably have to modify the master page and/or use some custom javascript to pull the user's mysite path and replace ...Answered | 5 Replies | 10090 Views | Created by Nahcyrret - Wednesday, April 20, 2016 7:24 AM | Last reply by Alex Brassington - Tuesday, April 26, 2016 8:21 AM -
1 Votes
"tohv" transform
I have had an issue with transforming a CCD item stored in an HV health record.Answered | 2 Replies | 4190 Views | Created by Gary Isaac - Friday, December 4, 2009 3:20 PM | Last reply by Aneesh D - Monday, December 7, 2009 10:01 PM -
0 Votes
retrieve path to file in FileTable
Additionally, you can use the Sytem.Text.StringBuilder to bulid up a string and then call its ToString method to retrieve the built string.Answered | 3 Replies | 1573 Views | Created by MatsWilander - Tuesday, January 8, 2013 8:01 PM | Last reply by MatsWilander - Tuesday, January 8, 2013 10:07 PM - Items 1 to 20 of 907393 Next ›
No announcements