|
Dengan Udayakumar Ethirajulu , pada tanggal 31 Desember, 2007 Hi Moss Pengembang, Apakah Anda mencari webpart treeview untuk menampilkan dokumen perpustakaan di tampilan struktur pohon. Tidak ada keluar dari webpart kotak yang tersedia untuk menampilkan dokumen perpustakaan di treeview.
Saya mulai Googling ketika mulai bekerja pada tugas ini. I got few webparts which is using java script to load the […]
Dengan Udayakumar Ethirajulu , pada tanggal 27 Desember, 2007 Saya memberikan beberapa masukan tentang cara bermain dengan situs navigasi di situs MOSS menggunakan keluar dari pendekatan kotak. Berikut ini adalah menu peluncuran saya standar cepat di situs. Saya ingin menambahkan link kebiasaan saya untuk cepat memulai.
Melakukan, Terbuka Site Actions - & gt; Pengaturan situs.
[…]
Dengan Udayakumar Ethirajulu , pada 24 Desember, 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 […]
Dengan Udayakumar Ethirajulu , pada 17 Desember, 2007 Konfigurasi Microsoft Office SharePoint Server 2007 untuk Email Outgoing melakukan langkah-langkah berikut:
Buka Pusat Administrasi
Buka Operasi Tab dan klik pengaturan email keluar di bawah Topologi dan Jasa
Administrasi Tengah - & gt; Toplogy dan Jasa - & gt; Pengaturan email keluar
Konfigurasi yang tepat SMTP Server Settings dan klik OK.
Sekarang Anda memiliki […]
Dengan 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 / atau .
Designer cannot open the site because the site using […]
Dengan Udayakumar Ethirajulu , pada tanggal 12 Desember, 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() { menggunakan (SPSite site = new SPSite(strSite)) { menggunakan (SPWeb web = site.OpenWeb()) { Boolean allowUnsafeUpdate = web.AllowUnsafeUpdates; mencoba { web.AllowUnsafeUpdates = true;
web.SiteUsers.Add(loginName, MailId, […]
Dengan Udayakumar Ethirajulu , pada tanggal 11 Desember, 2007 Hari ini Microsoft Rilis Service Pack 1 untuk Microsoft Office SharePoint Server 2007 & Windows SharePoint Services 3.0
Get It sini WSS 3.0 SP1 Dapatkan di sini untuk MOSS 2007 SP1
Dengan Udayakumar Ethirajulu , pada 10 Desember, 2007 MOSS 2007 secara default akan menampilkan halaman kesalahan kustom untuk semua kesalahan terjadi di halaman
Pada fase Pembangunan akan sulit bagi pengembang untuk memahami kesalahan yang tepat. Ubah Modifikasi berikut dengan web.config dari aplikasi web. Maka akan menampilkan rincian pengecualian di halaman kesalahan.
Turn […]
Dengan 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 […]
Dengan Udayakumar Ethirajulu , pada 6 Desember, 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.
Sintaksis: https://myserver.com/_vti_bin/owssvr.dll?Cmd=Display&List={daftar […]
|
|