| bio | website | |
|---|---|---|
| location | ||
| age | 28 | |
| visits | member for | 1 year, 11 months |
| seen | Oct 9 '12 at 4:49 | |
| stats | profile views | 15 |
|
Jan 9 |
awarded | Popular Question |
|
Jan 7 |
awarded | Popular Question |
|
Oct 31 |
awarded | Popular Question |
|
Sep 18 |
comment |
How to convert date field in single line of text using Calculated columns here is the formula which I am using into formula field. IF(AND([Visskabedato];[Visopdateringsdato]);"Create date is [Oprettet] and update date is [Ændret]";IF([Visskabedato];[Oprettet];IF([Visopdateringsdato];[Ændret];[Artikeldato]))). But now I have done this thing in another way. I have used this article (corypeters.net/2008/06/…) to hide and show the publishing control. |
|
Sep 18 |
awarded | Popular Question |
|
Sep 17 |
comment |
How to convert date field in single line of text using Calculated columns Thanks for pointing the , and ; issue. But the machine is setup for the DK environment where I have to provide ; instead of , . And the field name there is Changed. Sorry for typo error above. :(. The exact field name is "Oprettet" in DK. Here I have translated the field name. Any other help is highly appreciated. IF I am using the filed with DateTime in formula then it's returning me the correct result. So it means the field is also doing good. |
|
Sep 17 |
revised |
How to convert date field in single line of text using Calculated columns described more about the problem |
|
Sep 17 |
accepted | Need Help - How to update listitem of type User in sharepoint 2010? |
|
Sep 17 |
revised |
How to convert date field in single line of text using Calculated columns added 2 characters in body |
|
Sep 17 |
asked | How to convert date field in single line of text using Calculated columns |
|
Mar 30 |
awarded | Notable Question |
|
Jan 10 |
awarded | Teacher |
|
Jan 10 |
accepted | How to loopthrough all webparts inside a page layout |
|
Jan 10 |
answered | How to loopthrough all webparts inside a page layout |
|
Jan 10 |
revised |
How to loopthrough all webparts inside a page layout Added an answer to this. |
|
Jan 5 |
comment |
How to loopthrough all webparts inside a page layout I have already tried this and also able to get the webpart. but the problem here I am facing is that the wp.Page property is coming null. so that doesn't allow me to do any this. I want to render only the webpart instead of rendering the webpart zone. I found a small solution for the same what I am trying to do. blog.mastykarz.nl/removing-web-parts-tables-sharepoint-2010 |
|
Jan 5 |
comment |
How to loopthrough all webparts inside a page layout @LarsFastrup : Coz I don't want the framework to do that. The framework is rendering the webpart zone and that makes so many tables which I don't want to render. I want to remove the webparts tables. that is why I am rendering the webpart myself. |
|
Jan 4 |
revised |
How to loopthrough all webparts inside a page layout added 36 characters in body |
|
Jan 4 |
awarded | Commentator |
|
Jan 4 |
comment |
How to loopthrough all webparts inside a page layout @DeepuNair : I have checked and found that all the web parts are added properly. In a normal scenario - I have added a web part page layout and added a "Content Editor web part" into the page content part instead of 'web part zone'. |