<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-27209935.post4600387905046231779..comments</id><updated>2011-05-18T11:08:17.951-05:00</updated><category term='SharePoint Cloud'/><category term='Personal'/><category term='Term Store Management'/><category term='Today'/><category term='SPList'/><category term='Cricket'/><category term='.Net'/><category term='CodeProject'/><category term='Info'/><category term='AJAX'/><category term='Fotos'/><category term='Calgary'/><category term='Film'/><category term='Error and Fix'/><category term='RIA'/><category term='Test'/><category term='Politics'/><category term='Videos'/><category term='Code'/><category term='JQuery'/><category term='HardWare'/><category term='Songs'/><category term='PowerShell'/><category term='Receipe'/><category term='Pocket PC'/><category term='PC'/><category term='Flex'/><category term='Certifications'/><category term='MOSS'/><category term='About Widget'/><category term='Happenings'/><category term='News'/><category term='Office 365'/><category term='Mobile'/><category term='SMS'/><category term='Technical'/><category term='Jasper'/><category term='Project Management'/><category term='Javascript'/><category term='REST'/><category term='C plus plus'/><category term='SharePoint'/><category term='IPL'/><category term='MVP'/><category term='Share'/><category term='Photography'/><category term='SharePoint 2010'/><category term='Humour'/><category term='Gizmos'/><category term='Life'/><category term='Stress Management'/><category term='Observations'/><category term='SPEx'/><category term='Lyrics'/><category term='Tips and Tricks'/><title type='text'>Comments on R J E S H: Get RSS URL from SPList object</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.rjesh.com/feeds/4600387905046231779/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default'/><link rel='alternate' type='text/html' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html'/><author><name>Rajesh Sitaraman</name><uri>http://www.blogger.com/profile/03632307016851774343</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-27209935.post-8204974901004900570</id><published>2011-05-18T11:04:51.928-05:00</published><updated>2011-05-18T11:04:51.928-05:00</updated><title type='text'>//Display users from people/Group field to People ...</title><content type='html'>//Display users from people/Group field to People Picker Control&lt;br /&gt;&lt;br /&gt;if (itmAudit[&amp;quot;Staff Assigned&amp;quot;] != null)&lt;br /&gt;{&lt;br /&gt;char[] to_splitter = { &amp;#39;;&amp;#39; };&lt;br /&gt;string to_list = itmAudit[&amp;quot;Staff Assigned&amp;quot;].ToString(); // Reads value stored in SPList. (i.e., &amp;quot;Domain\User1; Domain\User2&amp;quot;)&lt;br /&gt;string[] arr = to_list.Split(to_splitter);&lt;br /&gt;string user = string.Empty;&lt;br /&gt;System.Collections.ArrayList entityArrayList = new System.Collections.ArrayList();&lt;br /&gt;for (int i = 1; i &amp;lt; arr.Length; i++)&lt;br /&gt;{&lt;br /&gt;if ((i % 2) != 0)&lt;br /&gt;{&lt;br /&gt;user = arr[i].Substring(arr[i].IndexOf(&amp;quot;#&amp;quot;) + 1);&lt;br /&gt;PickerEntity entity = new PickerEntity();&lt;br /&gt;entity.Key = user;&lt;br /&gt;entity = userPicker.ValidateEntity(entity);&lt;br /&gt;entityArrayList.Add(entity);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;userPicker.UpdateEntities(entityArrayList);&lt;br /&gt;&lt;br /&gt;//Save users to people/Group field from People Picker Control&lt;br /&gt;&lt;br /&gt;SPFieldUserValueCollection values = new SPFieldUserValueCollection();&lt;br /&gt;foreach (PickerEntity entity in userPicker.ResolvedEntities)&lt;br /&gt;{&lt;br /&gt;SPFieldUserValue fuv = new SPFieldUserValue(SPContext.Current.Web, Convert.ToInt16(entity.EntityData[PeopleEditorEntityDataKeys.UserId]), entity.Description);&lt;br /&gt;&lt;br /&gt;values.Add(fuv);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;itmAudit[&amp;quot;Staff Assigned&amp;quot;] = values;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/8204974901004900570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/8204974901004900570'/><link rel='alternate' type='text/html' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html?showComment=1305734691928#c8204974901004900570' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html' ref='tag:blogger.com,1999:blog-27209935.post-4600387905046231779' source='http://www.blogger.com/feeds/27209935/posts/default/4600387905046231779' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1563414819'/></entry><entry><id>tag:blogger.com,1999:blog-27209935.post-5204139469429514887</id><published>2010-09-06T13:08:42.666-05:00</published><updated>2010-09-06T13:08:42.666-05:00</updated><title type='text'>string fileName = @&amp;quot;url.docx&amp;quot;;
         ...</title><content type='html'>string fileName = @&amp;quot;url.docx&amp;quot;;&lt;br /&gt;                SPFile spFile =&lt;br /&gt;                SPContext.Current.Web.GetFile(fileName);&lt;br /&gt;&lt;br /&gt;                Response.ClearHeaders();&lt;br /&gt;                Response.ClearContent();&lt;br /&gt;&lt;br /&gt;                Response.ContentType = &amp;quot;application/force-download&amp;quot;;&lt;br /&gt;                Response.AppendHeader(&amp;quot;content-disposition&amp;quot;, &amp;quot;attachment; filename=e.docx&amp;quot;);&lt;br /&gt;                Response.BinaryWrite(spFile.OpenBinary());&lt;br /&gt;                StringBuilder str = new StringBuilder();&lt;br /&gt;                str.Append(&amp;quot;&amp;quot;);&lt;br /&gt;                Response.BinaryWrite(str.);&lt;br /&gt;                Response.End();&lt;br /&gt;&lt;br /&gt;i&amp;#39;m having issues with the above code. can you help please</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/5204139469429514887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/5204139469429514887'/><link rel='alternate' type='text/html' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html?showComment=1283796522666#c5204139469429514887' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html' ref='tag:blogger.com,1999:blog-27209935.post-4600387905046231779' source='http://www.blogger.com/feeds/27209935/posts/default/4600387905046231779' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-22996384'/></entry><entry><id>tag:blogger.com,1999:blog-27209935.post-7806598514338634122</id><published>2010-09-06T12:50:12.104-05:00</published><updated>2010-09-06T12:50:12.104-05:00</updated><title type='text'>Hi Beth, you write me at Rjesh@Rjesh.com</title><content type='html'>Hi Beth, you write me at Rjesh@Rjesh.com</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/7806598514338634122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/7806598514338634122'/><link rel='alternate' type='text/html' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html?showComment=1283795412104#c7806598514338634122' title=''/><author><name>Rajesh Sitaraman</name><uri>http://www.blogger.com/profile/03632307016851774343</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html' ref='tag:blogger.com,1999:blog-27209935.post-4600387905046231779' source='http://www.blogger.com/feeds/27209935/posts/default/4600387905046231779' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-265320915'/></entry><entry><id>tag:blogger.com,1999:blog-27209935.post-5564383107838699411</id><published>2010-09-06T06:00:30.419-05:00</published><updated>2010-09-06T06:00:30.419-05:00</updated><title type='text'>Hi Rajesh,

I&amp;#39;ve seen your post on creating st...</title><content type='html'>Hi Rajesh,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve seen your post on creating stickies in SharePoint team discussions, and have followed it - but I have a quick question. I was wondering if you could email me on eastington@leicestercollege.ac.uk, then I&amp;#39;ll reply with my question.&lt;br /&gt;&lt;br /&gt;Many thanks&lt;br /&gt;&lt;br /&gt;Beth</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/5564383107838699411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27209935/4600387905046231779/comments/default/5564383107838699411'/><link rel='alternate' type='text/html' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html?showComment=1283770830419#c5564383107838699411' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.rjesh.com/2010/08/get-rss-url-from-splist-object.html' ref='tag:blogger.com,1999:blog-27209935.post-4600387905046231779' source='http://www.blogger.com/feeds/27209935/posts/default/4600387905046231779' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-986037480'/></entry></feed>
