Be Connected with Israel's Blogging Community
בית
משתמש קיים
פתח בלוג
עזרה
Search
RSS
prev
next
.NET
2010
4.0
AbsLeft(obj)
Administration
Ajax
Architect
Architects
Architecture
BDC
bi
bpm
bpmk
breadcrumb
Bug
c#
Central Admin
Cloud Computing
code sample
Code Samples
Conceptual model
conetn migration
content deployment
Content Migration
controladapter
Core.js
CRM
css
Cuztomizing
dashboard
Data view wep part
deployment
designer
designer 2007
DEV
Development
Download
Downloads
DR
dropdown
ECM
English Posts
Entity Framework
Error
Excel Services
Features
Forms Based Authentication
Google
Governance
graph
Hebrew
Hebrew Posts
Hotfix
IE8
InfoPath
ITPRO
javascript
Knowledge management
master pages
MasterPage
Microsoft
moss 2007
Office
Office 2007
office search
OFFICE System
OFFTOPIC
PDC09
PDC2009
Presentations
SDP
search
Search Provider
Sela
share point
SharePoint
SharePoint 2007
SharePoint Designer
SharePoint2007
silverlight
SP1
SP2
SQL
TECH
TechedIsrael2008
TECHEDISRAEL2010
Technology
Tools
Twitter
User Group
Webparts
WF
Windows 7
Windows Cloud OS
WSS
WSS 3.0
WSSv3
אפיון
ניהול ידע
קבוצות דיון
Moss 2007 – Hiding fields on NewForm and EditForm
In the NewForm or EditForm you need to paste the following code: <script language= "javascript" type= "text/javascript" > _spBodyOnLoadFunctionNames.push( "hideField" ); function findacontrol(FieldName) { ...
המשך לקרוא>
uzid
, 12-26-2011 17:09
Moss 2007 – Hiding fields on NewForm and EditForm
In the NewForm or EditForm you need to paste the following code: <script language= "javascript" type= "text/javascript" > _spBodyOnLoadFunctionNames.push( "hideField" ); function findacontrol(FieldName) { ...
המשך לקרוא>
uzid
, 12-26-2011 10:46
MOSS Experience Performance Problems when using Multiple Delete Versions Method of a List Item
נתקלתי בבעיית ביצועים בשרת MOSS לאחר שימוש בפונקציה Delete אשר מוחקת היסטורית גירסאות של פריט ברשימה. הפתרון יש להשתמש בפונקציה SPFileVersionCollection.DeleteByID, כפי שכתוב באתר מיקרוסופט כאן .
dudin
, 01-22-2011 21:07
An error occurred while trying to make a request to This could be due to attempting to access a service...
לאחרונה נתקלתי המון פעמים בשאלה: כיצד ניתן לקרוא מ silverlight ל WCF מדומיין אחר להלן התשובה: יש לבנות קובץ XML בשם clientaccesspolicy.xml <?xml version="1.0" encoding="utf-8" ?> <access-policy> <cross-domain ...
המשך לקרוא>
uzid
, 12-27-2010 17:19
C# - question marks and TSQL - COALESCE
מה המשותף בין שני סימני שאלה ?? ב C# לפונקצית COALESCE ב TSQL : TSQL: SELECT COALESCE(X, Y, Z) AS FirstNotNull FROM MyTable C#: Int32? N1 = null; //Nullable N1; Nullable N2 = 15; Console.WriteLine(N1 ?? N2); התשובה היא בשניהם נקבל את המשתנה ...
המשך לקרוא>
uzid
, 12-27-2010 10:07
Moss 2007 - How to Get all files from Moss - Part 1
הדרך הקלה ביותר לקבלת מידע מפורטל ישירות ל reporting server היא דרך SQL, מצ"ב דרך לא שיגרתית לקבלת כל הקבצים מפורטל כולל גודל לינק וכו... SELECT Webs.Title AS 'Site Name' ,[AllLists].[tp_Title] [List Name] ,[DirName] ,[LeafName ...
המשך לקרוא>
uzid
, 12-20-2010 11:13
MOSS - Provisioning failed: The specified user or domain group was not found
נתקלתי ב-MOSS בהודעת השגיאה ב-Shared Services: Provisioning failed: The specified user or domain group was not found ניתן לראות פתרון לבעיה באתר ה-technet של מיקרוסופט כאן הנה הפתרון כפי שנכתב באתר ה-technet של מיקרוסופט: Reference - http:/ ...
המשך לקרוא>
dudin
, 12-13-2010 16:37
כיצד לשנות חשבונות שירות וסיסמאות חשבונות שירות ב-SharePoint Server 2007 וב-Windows SharePoint Services...
http://support.microsoft.com/kb/934838
dudin
, 12-13-2010 15:00
How to Create HTML Table from MOSS List by using jquery and json
להלן המדריך השלם להעברת list מ moss ל client בעזרת ajax ו json: //Server WebService 1. Add Web Reference to: http:///_vti_bin/lists.asmx 2. Add new WebService.cs class Code for the WebService: [WebMethod] public Dictionary getSPSdata() { WSS ...
המשך לקרוא>
uzid
, 12-01-2010 21:10
MOSS - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
ב-EventReceiver של רשימה ב-MOSS עם הקוד הבא: public override void ItemAdded( SPItemEventProperties properties) { SPSecurity .RunWithElevatedPrivileges( delegate () { SPListItem ListItem_ = properties.ListItem; // Break permission inheritance ...
המשך לקרוא>
dudin
, 11-27-2010 21:47
Page 1 of 14 (137 items) 1
2
3
4
5
Next >
...
Last »