|
De Udayakumar Ethirajulu , pe 31 decembrie, 2007 Bună Moss Devs, Cautati TreeView webpart pentru a afișa biblioteca de documente, având în vedere arborescentă. Nu există nici o ieșire din caseta webpart disponibile pentru a afișa biblioteca de documente în TreeView.
Am început googling-o atunci când a început să lucreze la această sarcină. Am câteva webparts care se utilizează script java pentru a încărca […]
De Udayakumar Ethirajulu , în 27 decembrie, 2007 Eu dau unele intrări cu privire la modul de a juca cu site-ul de navigare bar pe site-ul MOSS, folosind din abordării box. Următoarele este implicit meniu mea de lansare rapidă în site-ul. Vreau să adăugați link-uri mele personalizate pentru a lansa rapid.
Pentru a face, Deschis Acțiuni site - & gt; Setări site.
[…]
De Udayakumar Ethirajulu , pe 24 decembrie, 2007 Dacă încercaţi să creaţi subsite în portal SharePoint implicit aceasta va afişa numai şablon de site-ul părinte.
Aici, arătând doar site de publicare cu flux de lucru care este şablon de site-ul părinte site-ul.
În cazul în care sa necesare pentru a ne crea subsite cu şablon de site diferite.
Urmaţi paşii de mai jos :
Deschideți Acțiuni site […]
De Udayakumar Ethirajulu , pe 17 decembrie, 2007 Pentru a Configurarea Microsoft Office SharePoint Server 2007 pentru e-mailurile trimise face următorii pași:
Deschis Administrare centrală
Deschideți Operațiuni Tab și clic pe setări de e-mail de ieșire sub Topologie și servicii
Administrația centrală - & gt; Toplogy si Servicii - & gt; Setări de e-mail de ieșire
Configurarea corespunzătoare Server Settings SMTP și faceți clic pe OK.
Now you have […]
De Udayakumar Ethirajulu , on December 14th, 2007 If you try to open the Forms Authentication enabled site in SharePoint Designer it will through the following error:
The folder ‘http://myserver.com/’ isn’t accessible. The folder may be located in an unavailable location, protected with a password, or the filename contains a / sau .
Designer cannot open the site because the site using […]
De Udayakumar Ethirajulu , din 12 decembrie, 2007 To assign the user to group in MOSS 2007
The following code will add the user to site and to specified group.
private void AddUser(string strSite,string webGroup) { SPSecurity.RunWithElevatedPrivileges(delegate() { utilizând (SPSite site = new SPSite(strSite)) { utilizând (SPWeb web = site.OpenWeb()) { Boolean allowUnsafeUpdate = web.AllowUnsafeUpdates; încercaţi { web.AllowUnsafeUpdates = true;
web.SiteUsers.Add(loginName, MailId, […]
De Udayakumar Ethirajulu , la 11 decembrie, 2007 Astăzi, Microsoft a lansat Service Pack 1 for Microsoft Office SharePoint Server 2007 & Windows SharePoint Services 3.0
Get It aici pentru AAC 3.0 SP1 Get it here for MOSS 2007 SP1
De Udayakumar Ethirajulu , on December 10th, 2007 MOSS 2007 by default will display the custom error page for all errors occurred in page
In Development phase it will be difficult for the developers to understand the exact error. Change the following Modifications with the web.config of the web application. Then it will display the exception details in the error page.
Turn […]
De Udayakumar Ethirajulu , on December 9th, 2007 Microsoft Released the SharePoint 2007 Monitoring Tookit Get it Here
Overview The SharePoint Monitoring Toolkit helps you manage Microsoft® SharePoint® environments of all sizes with two new management packs for System Center Operations Manager 2007:
Windows® SharePoint Services 3.0 Management Pack Microsoft Office SharePoint Server 2007 Management Pack
These packs monitor the health state of […]
De Udayakumar Ethirajulu , în 6 decembrie, 2007 I got a task to work on developing the windows application which will fetch the List View data from sharepoint and process the data in win forms app.
Previously i used to fetch the data using Lists.asmx,views.asmx.
Now i came to know there is other way to fetch the data from List View.
Sintaxă: https://myserver.com/_vti_bin/owssvr.dll?Cmd=Display&List={listă […]
|
|