English Imagine a business scenario where we have a lookup field in our list. The reference list contains items Title and their status. Previously it always difficult to create filtered lookup field with minimal development task. But now, we can use InfoPath 2010 to achieve that functionality. Part III , InfoPath 2010 and SharePoint 2010 Productivity series webcast shows how to create filtered lookup field. There are two lists in the scenario “Books” and “Members” list.
English I am trying to blog howto series on administration with graphical descriptions. 1. Howto configure personal regional settings. 2. Howto limits page layouts availability in web site. 3. Howto enable debuging in SharePoint Web Application. 4. Howto configure alternate access mapping. 5. Howto remove My Site or My Links link. … and more are coming.
English I wrote some howto series for Lambda and SharePoint, you can find them here: 1. How to use lambda expression in SharePoint Object Model. 2. How to use lambda expression in SharePoint Object Model - working with WebApplication. 3. How to use lambda expression in SharePoint Object Model - working with SPWeb. .. and more
English
I’ve found this question in forum – but since it was not easy to explain by sentences, I would like to create a sample working option here.
For example you have this list as data source:
In the data source you have 24hr format (I use string type for my sample, but you can use normal DateTime).
In SharePoint, to display the 24hr format in 12hr format, you need to use DataFormWebpart + proper ddwrt function like this:
[Raghavendra]( “nlvrag@gmail.com”) - Sep 3, 2009
Can we use these semantic URLs to restrict access to the sharepoint list items pages? I’ve created a portal with FBA. I dont want any of the user to view the actual list/allitems.aspx pages. I want them to view only the pages which i’ve created. Any ideas? cakriwut - Sep 3, 2009
Eventough I never done it, but theoritically I thinks its possible. Imagine, that you can have pattern like .
English First time I understand about semantic URL is when I started to create my blog. According to the Wikipedia, ”Semantic URL” refers to a URL which is of a form that is immediately and intuitively meaningful to non-expert. For example, if we refer to a publishing pages in SharePoint , we might see http:////pages/default.aspx , or http://www.mycompany.com/hrdepartment/pages/policy.aspx which are not intuitive. To make it easier for non SharePoint expert, one would love to remember semantic urls such as http://www.
Malcolm Derouen - Mar 6, 2010
I agree about comments that are a start on blog posts. I’ve even pulled a comment out and made it a post, because it deserved to be one Mary - May 4, 2010
I am having an issue during the installation of WSS 3.0 on Windows 7 Ultimate, the same one as you mentioned above. [dui lawyer Scottsdale]( “Laxson2897@gmail.com”) - May 0, 2011
As a Novice, I am usually seeking for well written articles which can really help me .
English
I know that Microsoft has fabulous 40, a collection of 40 site templates in this link. I have played with all the templates, without any problem – but today when I tried to install it in my Windows 2008 server I was stuck in the wsp deployment. It seems that I couldn’t deploy the WSP.
Then, I remembered that Windows 2008 has increased security model which prevent accidental execution using privileged account.
English (versi bahasa Indonesia)
One of my team asked me why should we use “List={GUID}” and/or “ID={ItemID}” in query string? Can’t we use other query string name?
My answer is yes you can use other query string name, but you will lost one of out of the box functionality. Why? Because when you keep with standar “List” or “ID” query string then you don’t need to parse it anymore – then SharePoint provides simple way to get SPList or SPListItem object using SPContext.
[Steve]( “stevenm@intervate.com”) - Apr 5, 2009
With me it was because my page was detached from my page layout. Reattach the page to the Page Layout and it worked. Add your customisations into a web part zone to allow them to persist.