TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Akshay
NA
82
46.6k
How to Get Relative URL From Absolute UrL in Progammaticaly
Jan 15 2015 4:05 AM
foreach (SPListItem item in itemCollections)
{
string Url = item["URL"].ToString();
string[] url=Url.Split(',');
var listUrl = url[0];
//got Absolute URL Here
var List = web.GetList(relativeUrl);
}
Absolute URl:-
http://pc6/Surveys/Lists/Survey
list
Reply
Answers (
2
)
making installation file
Guid