| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Sep 5 '12 at 6:00 | |
| stats | profile views | 104 |
|
Feb 24 |
comment |
Web part: Security trimmed results on Recently updated content for currently logged in user Thanks Djeeg, I don't know if you can help with some examples? On how to format the data I get back from FullTextSqlQuery sqlQuery = new FullTextSqlQuery(SPContext.Current.Site); ResultTableCollection resultTables = sqlQuery.Execute(); |
|
Feb 22 |
asked | Enhanced SPLongOperation progress behaviour for intermediate actions? |
|
Feb 22 |
accepted | Web part: Security trimmed results on Recently updated content for currently logged in user |
|
Feb 22 |
accepted | Feature Receiver: Add users from list to a group |
|
Feb 9 |
asked | Web part: Security trimmed results on Recently updated content for currently logged in user |
|
Feb 7 |
comment |
Feature Receiver: Add users from list to a group Hi Anita, Thanks for your update on this... I'm going to do some more debugging today taking your remarks into account! |
|
Feb 4 |
answered | Import from Excel to an existing list |
|
Feb 4 |
comment |
Feature Receiver: Add users from list to a group No SharePoint Groups are passed, only single users... Just to make sure the code works fine as code behind of a Custom App Page, it only throws an error in VS2010 when I try to use it in my feature Receiver code... Mainly the use of SPFieldUserValue.. Following post does it in a slightly diffrent way (also feature receiver code) sharepointnutsandbolts.com/2007/08/… |
|
Feb 4 |
revised |
Feature Receiver: Add users from list to a group added 49 characters in body |
|
Feb 4 |
accepted | SharePoint 2010 Code: Get list items of list in other site collection |
|
Feb 4 |
accepted | Add users to the site collection administrator group through code |
|
Feb 4 |
accepted | Custom App Page Change Site Title, pass new Title value |
|
Feb 4 |
comment |
Feature Receiver: Add users from list to a group Sorry should have mentioned that ListID is and int defined above. So the correct item is used... Problem is at line foreach (SPFieldUserValue fuv in Users) Seams Feature Receiver has issues with object SPFieldUserValue |
|
Feb 4 |
comment |
Feature Receiver: Add users from list to a group Sorry should have mentioned that ListID is and int defined above. So the correct item is used... Problem is at line foreach (SPFieldUserValue fuv in Users) Seams Feature Receiver has issues with object SPFieldUserValue |
|
Feb 4 |
asked | Feature Receiver: Add users from list to a group |
|
Feb 1 |
asked | Site definitions vs Web templates in SharePoint 2010 when using Feature Receivers |
|
Jan 30 |
asked | Add users to the site collection administrator group through code |
|
Jan 30 |
comment |
Custom App Page Change Site Title, pass new Title value Thanks again, code is running fine now! |
|
Jan 29 |
comment |
Custom App Page Change Site Title, pass new Title value Thanks... Now I've an error "no suitable method found to override" on the OnInit one... |
|
Jan 28 |
comment |
Custom App Page Change Site Title, pass new Title value Thanks for pushing me on the right track! - VS2010 throws an error on the OnInit: Method must have a return type |