How to get SharePoint List Actual url
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all.. I am trying to get the actual URL of the List Items but i am not able to get it ,each time getting something like..(_1.000) extension but it is unable to open the required list.. I am trying with the below code..
SPList contactsList = myWeb2.Lists[list.Title];
foreach (SPListItem contact in contactsList.Items){
MessageBox.Show("URL:"+contact.Url);
}any help... thank you manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju