|
द्वारा Udayakumar Ethirajulu , अगस्त 18 पर, 2007 कस्टम वेब पार्ट पन्ने में त्वरित लॉन्च प्रदर्शित करने के लिए
त्वरित लॉन्च सक्षम करने के लिए नीचे दिए गए चरणों का पालन करें :
हम वेब पार्ट पेज बनाते समय आम तौर पर त्वरित लॉन्च बाईं नेविगेशन पट्टी में प्रदर्शित नहीं किया जाएगा
मास्टर पृष्ठ से LeftNavBar सामग्री जगह धारक निकालें डिजाइनर में संपादन के लिए पृष्ठ खोलें […]
द्वारा Udayakumar Ethirajulu , on June 28th, 2007 हाय Devs,
The Below is the Sample Code to update the Sharepoint list content programmatically by using SharePoint Object Model.
SPSite Site = new SPSite(“http://लोकलहोस्ट:21000”); SPWeb Web = Site.OpenWeb(); SPList List = Web.Lists[“Address Book”]; SPListItem ListItem = List.GetItemById(0);
string FullName = string.Empty;
FullName = ListItem[“FirstName”].ToString() + ListItem[“LastName”].ToString(); SPListItem[“FullName”] = FullName; ListItem.Update();
द्वारा Udayakumar Ethirajulu , on May 15th, 2007 Using the RegForm Tool to Create a Fully Trusted Form
Use the Below Syntax to Register form in the Server as Fully Trusted
RegForm /U urn:MyForm:MyCompany /T Yes C:MyFormsMyTrustedForm.xsn
If the Form is Fully Trusted then it will have the access to connect to other data sources such as SQL.
द्वारा Udayakumar Ethirajulu , पर 12 मई, 2007 नीचे माइक्रोसॉफ्ट लेख स्पष्ट रूप से काई में एक्सेल सेवा के लिए वास्तुकला बताते हैं 2007.
http://msdn2.microsoft.com/en-us/library/ms582023.aspx
द्वारा Udayakumar Ethirajulu , मई 9 पर, 2007 यह एक छोटी सी चाल को खोजने के लिए जो SharePoint के संस्करण मशीन में स्थापित किया गया है या तो है 32 बिट या 64 बिट.
विंडोज सर्वर 2003 x64 संस्करण के सभी कार्यक्रमों के लिए प्रोग्राम फ़ाइलें निर्देशिका रीडायरेक्ट. प्रोग्राम फ़ाइलें स्थापना के दौरान 32-bit अनुप्रयोग(x 86) डायरेक्टरी. 64-बिट प्रोग्राम फ़ाइलें निर्देशिका में स्थापित प्रोग्रामों.
[…]
द्वारा Udayakumar Ethirajulu , on May 4th, 2007 If the SharePoint WorkFlow templates is not appearing in the VisualStudio Project Template. There is an workaround to Solve this issue.
Execute the below command in the Visual Studio Command Prompt
devenv /setup
धन्यवाद & सादर, Udayakumar Ethirajulu http://groups.msn.com/DevGeeks
द्वारा Udayakumar Ethirajulu , 29 अप्रैल को, 2007 Wokflow काई के साथ एकीकृत है(Microsoft Office SharePint सर्वर 2007), काई के साथ कार्यप्रवाह एकीकरण 2007 निम्नलिखित दो तरीकों में बनाया जा सकता है.
में बॉक्स कार्यक्षमता SharePoint डिज़ाइनर वर्कफ़्लो के बाहर 2007 दृश्य स्टूडियो में कस्टम वर्कफ़्लो बनाना 2005 SharePoint वर्कफ़्लो एक्सटेंशन का उपयोग
डाउनलोड करें और Visual Studio स्थापित 2005 SharePoint वर्कफ़्लो के लिए एक्सटेंशन
धन्यवाद […]
द्वारा Udayakumar Ethirajulu , 12 अप्रैल को, 2007 Hi SharePoint Developers, I found the following Live & OnDemand webcasts from Microsoft for SharePoint Technologies. WebCasts are a free Internet broadcast service provided by Microsoft. Its very valuable asset to learn Technology. Make use of them On-Demand Webcasts
Microsoft Office System Webcast: Tips and Tricks for Microsoft Windows SharePoint Services (स्तर 200) Original Air […]
द्वारा Udayakumar Ethirajulu , अप्रैल 8 पर, 2007 हाय, मैं SharePoint में उपलब्ध आगामी और OnDemand वेबकास्ट जोड़ लिया है 2007.
मेरे SharePoint ब्लॉग की जांच:
उदय के SharePoint ब्लॉग – काई 2007 Webcasts
द्वारा Udayakumar Ethirajulu , अप्रैल 7 पर, 2007 कॉमर्स सर्वर 2007 & काई 2007 Integration Hi, Microsoft कॉमर्स सर्वर के बीच एकता के लिए निम्नलिखित तकनीकी श्वेत पत्र जारी 2007 और काई 2007. मैं इस एकीकरण में अवधारणा का सबूत कर रहा हूँ. The basic integration is done through the changes in web.config for commerce server site and moss central administration site and portal site’s […]
|
|