|
Per Udayakumar Ethirajulu , el 31 de desembre, 2007 Hola Moss devs, Està buscant webpart TreeView per mostrar la biblioteca de documents en vista d'arbre. No hi ha fora de la webpart caixa disponible per mostrar la biblioteca de documents en Vista d'arbre.
Vaig començar buscant a Google quan va començar a treballar en aquesta tasca. I got few webparts which is using java script to load the […]
Per Udayakumar Ethirajulu , el 27 de desembre, 2007 M'estic donant algunes entrades sobre com jugar amb el lloc de la barra de navegació en MOSS lloc fent servir fora de l'enfocament de la caixa. La següent és la meva defecte menú d'inici ràpid en el lloc. Vull afegir els meus vincles personalitzats a inici ràpid.
Per fer, Obrir Accions del lloc - & gt; Configuració del lloc.
[…]
Per Udayakumar Ethirajulu , el 24 de desembre, 2007 If you try to create subsite in SharePoint portal by default it will show only parent site template.
Here its showing only Publishing site with workflow which is the parent site’s site template.
If its required for us to create the subsite with different site template.
Follow the below steps :
Open Site Actions […]
Per Udayakumar Ethirajulu , el 17 de desembre, 2007 Per configurar Microsoft Office SharePoint Server 2007 per als correus sortints seguir els següents passos:
Obriu Administració central
Obriu la pestanya Operacions i Feu clic a Configuració de correu electrònic sortints sota Topologia i serveis
Administració Central - & gt; Toplogy i Serveis - & gt; Configuració del correu electrònic sortint
Configureu del servidor SMTP i feu clic a D'acord.
Now you have […]
Per 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 / o .
Designer cannot open the site because the site using […]
Per Udayakumar Ethirajulu , el 12 de desembre, 2007 Per assignar a l'usuari agrupar en MOSS 2007
El codi següent agregaria l'usuari al lloc i al grup especificat.
buit adduser privat(strSite cadena,webgroup cadena) { SPSecurity.RunWithElevatedPrivileges(delegat() { ús (SPSite lloc = new SPSite(STRS)) { ús (SPWeb web = site.OpenWeb()) { Boolean allowUnsafeUpdate = web.AllowUnsafeUpdates; intentar { web.AllowUnsafeUpdates = true;
web.SiteUsers.Add(nom d'usuari, Els correus electrònics, […]
Per Udayakumar Ethirajulu , el 11 de desembre, 2007 Avui Microsoft va llançar el Service Pack 1 per a Microsoft Office SharePoint Server 2007 & Windows SharePoint Services 3.0
Lo aquí per WSS 3.0 SP1 lo aquí per MOSS 2007 SP1
Per Udayakumar Ethirajulu , on December 10th, 2007 MOLSA 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 […]
Per 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 Mòdul d'administració
These packs monitor the health state of […]
Per Udayakumar Ethirajulu , el 6 de desembre, 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.
Sintaxi: https://myserver.com/_vti_bin/owssvr.dll?Cmd=Display&List={llista […]
|
|