|
द्वारा Udayakumar Ethirajulu , on November 26th, 2009 I have released the next version of TreeView Document Library WebPart for SharePoint 2007.
Added features in this release:
Automatically populates the list of document libraries in dropdownlist in toolpart Collapsed TreeView can be managed from toolpart property Automatically shows the appropriate icons for the files in document library
WebPart included […]
द्वारा Udayakumar Ethirajulu , on November 26th, 2009 The following code snippet is used to retrieve the list of document libraries.
SPWeb _web = SPContext.Current.Web;
SPListCollection ListColl = _web.Lists;
foreach (SPList _lst in ListColl)
{
if (_lst.BaseTemplate == SPListTemplateType.DocumentLibrary)
November 26th, 2009 | टैग: काई 2007, SharePoint 2007, SharePoint ऑब्जेक्ट मॉडल | श्रेणी: काई 2007, SharePoint ऑब्जेक्ट मॉडल |
द्वारा Udayakumar Ethirajulu , नवंबर 20 वीं पर, 2009 जबकि SharePoint विन्यास जादूगरों चल रहा है, अगर आप एक त्रुटि मिलती है “Microsoft.IdentityModel विधानसभा लापता”
सुनिश्चित करें कि आप स्थापित किया है “जिनेवा फ्रेमवर्क”, सपा के लिए अपने पूर्व आवश्यक वस्तुएँ का हिस्सा 2010
द्वारा Udayakumar Ethirajulu , 16 नवंबर को, 2009 Microsoft SharePoint के बीटा बिट जारी किया है 2010 MSDN के लिए & टेक नेट ग्राहकों.
मुझे आशा है कि यह कुछ दिनों में जनता के लिए उपलब्ध हो जाएगा जम्मू
द्वारा Udayakumar Ethirajulu , नवंबर 15th, 2009
SharePoint 2010 प्रौद्योगिकी के ढेर के नीचे की तरह दिखता है.
डेवलपर्स के लिए कुंजी लाभ विकास मशीन यह निर्धारित किया जा सकता है Windows Vista या Windows में 7 (x64 बिट) मशीन जम्मू
द्वारा Udayakumar Ethirajulu , 12 नवंबर को, 2009 Microsoft SharePoint विकास टीम डेवलपर्स के लिए निम्नलिखित स्क्रीन डाले जारी किया है.
Screencast के लिए यहाँ क्लिक करें
द्वारा Udayakumar Ethirajulu , on November 10th, 2009 If you are looking for free application template, which suites your business area, read this resource on TechNet. It has list of 40 Application templates grouped by the following business category.
Business Management/Finance Human Resources Operations/IT Project Tracking/Product Management Sales/Marketing Specialized/Verticals […]
द्वारा Udayakumar Ethirajulu , on November 8th, 2009
Create Resource file using Visual Studio IDE
Copy the resource file into 12 hive resource folder
GetLocalized method from SPUtility to read the values from resource file
वाक्य-विन्यास:
SPUtility.GetLocalizedString(“$Resources:<<ResourceFileName,ResourceKeyName>>”, “<<ResourceFileName>>”, lang);
उदाहरण:
SPUtility.GetLocalizedString(“$Resources:MyResources,FirstName”, “MyResources”, lang);
Sample Source:
November 8th, 2009 | टैग: काई 2007, SharePoint 2007, SharePoint ऑब्जेक्ट मॉडल | श्रेणी: काई 2007, SharePoint ऑब्जेक्ट मॉडल |
द्वारा Udayakumar Ethirajulu , 5 नवंबर को, 2009
SharePoint पर टेकनेट संसाधन 2010 टोपोलॉजी मॉडल निम्नलिखित बताते हैं:
के बारे में पढ़ें कैसे नई सेवाओं के मॉडल पर लागू होता है शारीरिक समीक्षा विस्तृत मार्गदर्शन जिस पर खेत सर्वर पर शुरू करने के लिए सेवाओं देखें नमूना के लिए छोटे टोपोलोजी टोपोलोजी, मध्यम, बड़ा वातावरण
SharePoint के लिए यहाँ से डाउनलोड करें 2010 से टोपोलॉजी मॉडल […]
द्वारा Udayakumar Ethirajulu , नवम्बर 1, 2009
यदि आप त्रुटि मुठभेड़ “इस उत्पाद के लिए परीक्षण अवधि समाप्त हो गया है” परीक्षण से / मानक उद्यम sharepoint में संस्करण के लिए लाइसेंस नवीनीकरण के बाद.
से अपने अनुप्रयोग पूल खाते बदलें “नेटवर्क सेवा” डोमेन खाते.
|
|