We have created one list its name is => "MobileTechSupport" but in Web Address(below) it is appearing as "ALL%20MOBILE%20Documents" below is the whole web address=> http://studysite/sites/tools/DemoTour/Lists/ALL%20MOBILE%20Documents/MyViewIssue.aspx
We also have created one view its name is "MyViewIssue" Web address of this view: "http://studysite/sites/tools/DemoTour/Lists/ALL%20MOBILE%20Documents/MyViewIssue.aspx"
I have following questions
1) How to remove "%20" from Web Address?
2) Why List name is appearing different in web Address?
3) Can I change List name which is appearing in Web Address "ALL MOBILE Documents" to Actual List name "MobileTechSupport"
Thanks in Advance, Rushikesh
You must have renamed your list from All Mobile Documents
to MobileTechSupport
.
SharePoint sets the web address to the initial name of the list. Even if you rename the List Title thereafter, it doesn't affect in web address.
You cannot remove it. Your only option is to delete this and recreate it with a name that does not contain spaces - %20
is an URL encoded representation of this particular character.
Already answered.
No