|
द्वारा Udayakumar Ethirajulu , मई 16 पर, 2008 हे लोगों, मैं बॉक्स webparts से बाहर के लिए webpart शीर्षक की पृष्ठभूमि का रंग बदलने के लिए व्यापार से एक आवश्यकता मिला. तो फिर मैं सीएसएस पर तलाश शुरू कर मैं webpart शीर्षक की शैली को ओवरराइड करता है जो निम्न सीएसएस वर्ग पाया.
.MS-WPHeader टीडी { सीमा-नीचे:0PX ठोस # 4e7cb7; सीमा-पतन:गिरावट; }
Change this class as per […]
द्वारा Udayakumar Ethirajulu , पर 12 मई, 2008 मुद्दा खाता araise होगा लेखा परीक्षा करने के लिए लेखा परीक्षा की घटनाओं लॉग इन करने की अनुमति नहीं है.
To Resolve To grant a domain principal the Generate Security Audits privilege:
के बाद आप इस खाते की पहचान, प्रारंभ क्लिक करें, व्यवस्थापकीय उपकरणपर, click Local Security Policy, और फिर स्थानीय नीतियाँ क्लिक करें. उपयोगकर्ता अधिकार असाइनमेंट क्लिक करें. विवरण फलक में, right-click […]
द्वारा Udayakumar Ethirajulu , अप्रैल 17 पर, 2008 SharePoint के खेत में * .wsp या * .cab तरह समाधान पैकेज को लागू करने के लिए. पहले हम समाधान की दुकान का हल पैकेज फ़ाइल को जोड़ने की जरूरत, तो यह वेब अनुप्रयोग स्तर पर या खेत स्तर में तैनात किया जा सकता है(ग्लोबल तैनाती). तैनाती की दुकान का हल जोड़ने के लिए निम्न stsadm आदेश का उपयोग करें. stsadm -0 addsolution […]
द्वारा Udayakumar Ethirajulu , on April 14th, 2008 हाय 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 […]
द्वारा Udayakumar Ethirajulu , on March 10th, 2008 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
द्वारा Udayakumar Ethirajulu , मार्च 9 पर, 2008 आप काई में अपने त्वरित लॉन्च बार छिपाने के लिए करना चाहते हैं 2007 त्वरित लॉन्च बार छिपाने के लिए दो तरीके हैं 1. आप सीएसएस में सीधे संपादित कर सकते हैं 2. हिडन सामग्री संपादक webpart जोड़ना
सामग्री संपादक webpart में नीचे दिए गए कोड को पेस्ट ToolPane में स्रोत संपादक क्लिक करें webpart नई सामग्री संपादक जोड़ें [अंदाज] .MS-quicklaunch […]
द्वारा Udayakumar Ethirajulu , 22 फरवरी को, 2008 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
द्वारा Udayakumar Ethirajulu , on January 31st, 2008 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.
द्वारा Udayakumar Ethirajulu , on January 31st, 2008 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 […]
द्वारा Udayakumar Ethirajulu , on January 6th, 2008 काई में 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 […]
|
|