| bio | website | spblog.net |
|---|---|---|
| location | Minsk, Belarus | |
| age | 25 | |
| visits | member for | 2 years, 4 months |
| seen | yesterday | |
| stats | profile views | 125 |
|
Apr 3 |
comment |
HttpWebRequest in TimerJobrequest.UseDefaultCredentials = true; should be sufficient, try it. |
|
Mar 24 |
comment |
IsNull not working in CAML query for indexed fields As workaround I can propose using default value for those field, say "empty". On views you can modify xsl transformation, so it will replace value "empty" with empty string, but in CAML you can use query where TestField = "empty" |
|
Mar 21 |
comment |
Modify xslt in search core web part to join a column from another list What about storing Project Url in the SQL database? |
|
Mar 19 |
awarded | Self-Learner |
|
Mar 5 |
comment |
2 custom list view web part on same page Are you talking about ListViewWebPart, or about XsltListViewWebpart? ListViewWebPart is old 2007-style web part, SharePoint 2010 uses XsltListViewWebPart to render list views, try to use it. |
|
Feb 20 |
comment |
Filter Calendar view by Title in SharePoint 2010 Could you please clarify what do you mean under "without make changes in modify view" |
|
Feb 20 |
comment |
how to have a list like this Oh, know I see... I've tried to do this on existing (OOB) edit form. Thank you, Andrey! |
|
Feb 20 |
comment |
Sort by modified date in custom search core results webpart Ivan is correct, you should use exact managed property name, for Modified date it is write managed property. Also, delete all none existing managed properties from Core Search Results Display Metadata => Properties to error disappear. |
|
Feb 20 |
comment |
how to have a list like this @AnderyMarkeev, Is it possible to make field read only thorough sharepoint designer 2010 only on edit form? |
|
Feb 20 |
awarded | Custodian |
|
Feb 20 |
comment |
Sort by modified date in custom search core results webpart When you are trying to sort by Modified Date, which OrderByProperty name you are passing? |
|
Feb 20 |
reviewed | Approve suggested edit on Sort by modified date in custom search core results webpart |
|
Feb 18 |
comment |
How to check membership from current user and set readonly of some fields when override ListFieldIterator? If this method doesn't match your requirements, you may consider javascript approach, as @C.Marius proposed. |
|
Feb 17 |
comment |
Understanding ghosting, unghosting, site pages and application pages I recommend you to read "WSS Integration with ASP.NET" chapter from book "Inside Microsoft Windows SharePoint Services 3.0" |
|
Feb 16 |
comment |
Understanding ghosting, unghosting, site pages and application pages Ghosted and Unghosted not a page types, it's a page state. Application page is always ghosted as you mentioned, but site page can be ghosted or unghosted (if changes have made through SharePoint Designer) |
|
Feb 16 |
comment |
Search result not showing task for logged in user / for administrator does Search results are security trimmed, it seems that your user doesn't have sufficient permissions on search result. Double check that user can access (at least view) on created task in sharepoint |
|
Feb 14 |
answered | Custom list definition using OOB Site column causing problem |
|
Feb 13 |
comment |
How do we add Sort By Last Name on People Search? Note, that the resulting sort will be applied to results on the page only, it means that search retrieved all results based on rank (by default), then take first 30 (if this is a first page), and then xslt will sort this 30 result on the page. So it is not actual result sort. If you click on second page you can see people with last name starting with letter "A" and so on.. To implement a "actual" sort by last name you have to write custom code. |
|
Feb 10 |
comment |
How to get users/usergroups from an lookup column from SPField in which moment do you want to get this value, after user pressed "Save" in new\edit form? |
|
Feb 9 |
comment |
SharePoint 2010 list vew schema - View element Both #0 and #1 have MobileView="TRUE". Also, #0 and #3 contain in definition a lot of CAML, including Column and Field elements, so it really render something. If it's used as toolbar, why does field output included?. #1 doesn't contain such CAML. How can we use this enhanced CAML in #1? |