Agusto Xaverius P.Sipahutar

Jobs : Creating many bug with bug fixing too of cource Programming : C# .Net, WSS/MOSS, K2 BlackPearl, SQL Server
See also: Other Geeks@INDC

News

My Certification



MCP ID# 3552391

My Curiculum Vitae


Yahoo Messager

Agusto

Tolong kasih Makan Ikannya Ya :)


Other Articles

Bikers Community

Moss/Wss Articles

Browse by Tags

All Tags » WSS/MOSS/SPS (RSS)
Impersonating SharePoint portal user through API
SharePoint portal logged in user context can be changed programatically by using SPSite object. SPSite object provides overloaded constructor which takes SPUserToken as parameter. Following code snippet shows how logged in user context can be changed...
Posted: Sep 07 2008, 12:40 AM by agusto | with no comments
Filed under:
How do you add items into Choice Site Column type And How to read choice values
1. How do you add items into Choice Site Column type Using (SPSite site = new SPSite("http://myWssDemo:2100")) { using (SPWeb web = site.OpenWeb()) { SPField spField = web.Fields["MyChoice"]; SPFieldChoice choiceFields = (SPFieldChoice...
Posted: Sep 06 2008, 12:23 AM by agusto | with no comments
Filed under:
BDCGenerator (Business Data Catalog)
BDC adalah salah satu kelebihan antara MOSS dengan WSS 3.0. Feature ini hanya ada di MOSS. Oleh karena itu karena saya selalu menggunakan WSS 3.0 untuk client jadi sampai saat ini saya belum sempat bermain dengan MOSS dan bisa mencoba tools ini. Untuk...
Posted: Sep 03 2008, 01:00 AM by agusto | with 2 comment(s)
Filed under:
Simple code how to add user to WSS/MOSS
Check this code, with in this code you can add user to WSS/Moss by code. private SPUser CreateUser( string strLoginName, string strEMail, string strName, string strNotes, string strSiteURL) { SPUser spReturn = null ; SPSite spSite = null ; SPWeb spWeb...
Posted: Aug 28 2008, 01:45 AM by agusto | with 2 comment(s)
Filed under:
Programmatically Uploading a Document into a Document Library with Meta-Data Modifications
using System; using System.Collections.Generic; using System.Text; using System.IO; using Microsoft.SharePoint; namespace TestUploadFile { class Program { static void Main( string [] args) { // Read a document off the c drive and open a stream FileStream...
Posted: Aug 25 2008, 12:39 PM by agusto | with no comments
Filed under:
Application Pools and Memory Best Practices for SharePoint Front Ends
Have you ever gotten an out of memory exception on your SharePoint web front ends and wondered why? Or how to prevent it? I started getting this error periodically, and through such experiences have drawn several best practices for managing the memory...
Posted: Aug 25 2008, 12:36 PM by agusto | with no comments
Filed under:
Checking the current user's permission on a web site or a list by code
SPWeb has a "CurrentUser" attribute which gives you a SPUser object. the GetAssignmentByPrincipal function of the RoleAssignments collection of the SPWeb object will get you what roles the current user has. here is an example: SPWeb web = SPControl...
Posted: Aug 11 2008, 05:02 PM by agusto | with no comments
Filed under:
Another good article about MOSS/WSS 3.0
Please click this link : http://hristopavlov.wordpress.com and http://www.spsfaq.com Many of usefull article you can find it and it is all about Mos/WSS 3.0. Share this post: | | | |
Posted: Aug 11 2008, 01:26 PM by agusto | with no comments
Filed under:
Anonymous Users In SharePoint
If you want to set permission as anonymous user in sharepoint may be you can see this articles http://blogs.devhorizon.com/reza/?p=498 http://www.sharepointplatform.com/teamblog/Lists/Posts/Post.aspx?List=427bfca2-b731-4c19-87c6-83c90460e02c&ID=29...
Posted: Aug 08 2008, 01:39 PM by agusto | with no comments
Filed under:
SharePoint Interview Questions
Check this out this link : http://sharepoint-interview-questions.blogspot.com/ . Share this post: | | | |
Posted: Jul 29 2008, 05:54 PM by agusto | with no comments
Filed under:
WSS Tips on Trick - 02
How to create a RichTextBox on WSS 3.0 / Moss. Ho ho... is so easy you don't have to used other control or third party to implement this. I will give you a example and code how to implement RichTextBox on the WSS 3.0. <textarea name="txtTextArea1"...
Posted: Jun 03 2008, 02:45 PM by agusto | with no comments
Filed under:
Install WSS 3.0 and WSS 2.0 in one machine
Hari ini 28 Mei 2008 tepatnya jam17.30 sore sampai ke tempat salah satu client perusahaan saya bekerja. Client kami ini sudah kami lewati masa installasi di semua cabang untuk melakukan transaksi dengan aplikasi kami di pusat dengan server dummy kami...
Posted: May 28 2008, 07:07 PM by agusto | with 1 comment(s)
Filed under:
How to install Windows SharePoint Services 3.0 SP1 on Vista x64/x86
Check this out : http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx. Share this post: | | | |
Posted: May 27 2008, 07:41 PM by agusto | with 2 comment(s)
Filed under:
Tips on Trick Wss 3.0 - 01
Bila kita mempunyai suau SPListItem dimana item kita tersebut mempunyai field dengan type person / group untuk mendapatkan user tersebut kita bisa lakukan dengan 2 cara yaitu : public void GetUser() { SPUser user; string s; string [] split' using...
Posted: May 15 2008, 03:06 PM by agusto | with no comments
Filed under:
Preventing deleting item on Wss/Moss 2007
Tadi malam ngobrol ama client dan ada request untuk tidak bisa menghapus document yang di buat tetapi user tersebut punya hak akses untuk create document / upload document. Daripada pikir panjang untuk menghapus link delete item di context menunya akhirnya...
Posted: Apr 17 2008, 05:14 AM by agusto | with no comments
Filed under:
More Posts Next page »