WebPart शीर्षक की पृष्ठभूमि का रंग बदलें

हे लोगों, मैं बॉक्स webparts से बाहर के लिए webpart शीर्षक की पृष्ठभूमि का रंग बदलने के लिए व्यापार से एक आवश्यकता मिला. तो फिर मैं सीएसएस पर तलाश शुरू कर मैं webpart शीर्षक की शैली को ओवरराइड करता है जो निम्न सीएसएस वर्ग पाया.

.MS-WPHeader टीडी { सीमा-नीचे:0PX ठोस # 4e7cb7; सीमा-पतन:गिरावट; }

Change this class as per […]

ADFS त्रुटि : ई. एफएस ऑडिटिंग उपतंत्र ही सिस्टम के साथ पंजीकृत नहीं सकता. लेखा परीक्षा विशेषाधिकार नहीं आयोजित किया जाता है.

मुद्दा खाता araise होगा लेखा परीक्षा करने के लिए लेखा परीक्षा की घटनाओं लॉग इन करने की अनुमति नहीं है.

To Resolve To grant a domain principal the Generate Security Audits privilege:

के बाद आप इस खाते की पहचान, प्रारंभ क्लिक करें, व्यवस्थापकीय उपकरणपर, click Local Security Policy, और फिर स्थानीय नीतियाँ क्लिक करें. उपयोगकर्ता अधिकार असाइनमेंट क्लिक करें. विवरण फलक में, right-click […]

कैसे काई में समाधान पैकेज तैनात 2007

SharePoint के खेत में * .wsp या * .cab तरह समाधान पैकेज को लागू करने के लिए. पहले हम समाधान की दुकान का हल पैकेज फ़ाइल को जोड़ने की जरूरत, तो यह वेब अनुप्रयोग स्तर पर या खेत स्तर में तैनात किया जा सकता है(ग्लोबल तैनाती). तैनाती की दुकान का हल जोड़ने के लिए निम्न stsadm आदेश का उपयोग करें. stsadm -0 addsolution […]

कैसे काई में webpart से एक ईमेल भेजने के लिए 2007

हाय Devs, The following is the piece of code to send Email from webpart.

using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Collections.ObjectModel; using Microsoft.SharePoint.Utilities; using Microsoft.SharePoint; using System.Data; using System.Collections; namespace SendMail { public class SendMail : Microsoft.SharePoint.WebPartPages.WebPart { private TextBox txtTo; private Button btnSendMail; protected override […]

काई 2007 Pricing & Costing Info

I have consolidated few links from Microsoft for MOSS 2007 Product Costing.

Microsoft Office SharePoint सर्वर 2007 and Related Technologies pricing

Microsoft Office SharePoint सर्वर 2007 products comparison download

2007 Microsoft Office system pricing and upgrade information

कैसे काई में त्वरित लॉन्च छिपाने के लिए 2007

आप काई में अपने त्वरित लॉन्च बार छिपाने के लिए करना चाहते हैं 2007 त्वरित लॉन्च बार छिपाने के लिए दो तरीके हैं 1. आप सीएसएस में सीधे संपादित कर सकते हैं 2. हिडन सामग्री संपादक webpart जोड़ना

सामग्री संपादक webpart में नीचे दिए गए कोड को पेस्ट ToolPane में स्रोत संपादक क्लिक करें webpart नई सामग्री संपादक जोड़ें [अंदाज] .MS-quicklaunch […]

How to Force MOSS 2007 Timer Jobs to Execute

Use the Following stadm command to force the timer jobs jobs to execute. no need to wait for the interval to execute the timerjobs. stsadm.exe -o execadmsvcjobs

काई 2007 Rename the Web Application Name

I want to share how to rename the web application name in command line administration of MOSS 2007 using STSADM Command.

वाक्य-विन्यास: stsadm -o renameweb -url -newname

उदाहरण: Stsadm -o renameweb -url http://localhost/oldname -newname newname

The above command will rename the web application from oldname to the newname.

कॉमर्स सर्वर 2007 Integration with MOSS 2007

MOSS has many inbuilt features. The scope of this POC is to integrate Commerce Server 2007 with MOSS 2007 to provide Portal Integrated e-Commerce Application

Configuring MOSS 2007 to Use the Commerce Server Membership Provider As The Basis For User Authentication

The primary tasks are to make the Central Administration and Portal sites hand-shake […]

काई में सामग्री अनुमोदन वर्कफ़्लो 2007

काई में 2007 Approval workflow is available in out of the box itself. Just we need to configure only few steps then we are ready with the approval process.

If the approval workflow is configured the document will be visible only to the contributor and to the approver.

Steps to Configure Content approval workflow

Open […]