करने के लिए करने के लिए SQL सर्वर डेटाबेस सत्र कनेक्ट करने में असमर्थ कनेक्शन स्ट्रिंग IPartitionResolver प्रकार की आवृत्ति द्वारा लौटाया गया

आज, मैं प्रमाणीकरण प्रदाताओं के साथ अज्ञात पहुँच के साथ साइट की स्थापना के लिए खेल रहा था.

अचानक स्थल त्रुटि नीचे फेंकना शुरू कर दिया. मैं कोई सुराग नहीं क्या DB सर्वर पर गलत है है, then I restarted the DB Server no luck L

अपवाद:

अपवाद के प्रकार: System.Web.HttpException Exception Message: Unable to […]

CodePlex रिलीज : सूची खोज WebPart

हाय समुदाय,

I have contributed List Search WebPart for SharePoint in CodePlex.

परियोजना विवरण: This Project provides the List Search WebPart for WSS 3.0 / SharePoint 2007. बस पृष्ठ पर WebPart जोड़ सकते हैं और सूची में नाम निर्दिष्ट, फिल्टर क्षेत्रों, प्रदर्शन क्षेत्रों और मापदंड.

Simple Interface for Tool Part with advanced features for list […]

How to Create Custom Menu Item in Site Actions

The below sample feature creates new menu item in Site Actions menu, Please replace the GUID in the below code.

Sample Feature File

<?xml version=”1.0″ encoding=”utf-8″?>

<Feature

Id=”<GUID>”

Title=”Custom Menu Item”

Description=” ”

1 दिसंबर, 2009 | टैग: , , | श्रेणी: काई 2007 | एक टिप्पणी

Programmatically Retrieve List of Document Libraries

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 ऑब्जेक्ट मॉडल | एक टिप्पणी छोड़ दो

WSS 3.0 Application Templates Grouped by Business Area

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 […]

How to Use Resource File in SharePoint 2007

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

डिफ़ॉल्ट रूप से दस्तावेज़ जानकारी पैनल दस्तावेज़ लायब्रेरी में सक्षम नहीं किया जाएगा.

लाइब्रेरी सेटिंग में जाएं

उन्नत सेटिंग्स क्लिक करें

उन्नत सेटिंग्स में सामग्री प्रकार के प्रबंधन की अनुमति देने के लिए सक्षम करें.

दस्तावेज़ सामग्री प्रकार क्लिक करें और दस्तावेज़ जानकारी फलक सेटिंग्स पर क्लिक करें.

Check […]

आइटम को अपडेट करने या अद्यतन की गई इवेंट दस्तावेज़ लायब्रेरी में दो बार होता है

Item Updating or Item Updated Event in SharePoint 2007 occurs twice, if require checkout option is enabled for document library.

I found the following workaround from Microsoft Support for this issue.

Check the value of vti_sourcecontrolcheckedoutby in BeforeProperties and AfterProperties, if the both values are null then the event […]

How to Find the SharePoint Version Installed in System

To find the installed version of SharePoint in system,

Browse to Central Administration -> संचालन -> Servers in Farm [Topology and Services]

Version information will be displayed for each and every server.

How to Use RSS WebPart in SharePoint

Create New WebPart Page.

In Edit Mode, Click add WebPart then select RSS Viewer WebPart from gallery.

Click Modify Shared WebPart to change to Edit mode of WebPart, then specify the RSS URL.