Agusto Xaverius P Sipahutar

Job:Making some bugs and patch
Moss/Wss,C#,Sql Server,WWF,K2.BlackPearl
Motto : Keep Study and study
See also: Other Geeks@INDC

News




MCP Logo
MCTS Logo

MCP ID# 3542391

My Curiculum Vitae


Agusto Xaverius P S's Facebook profile

Other Article

My Community

My Article/Share Knowledge

Others Moss/Wss Site

My Other Website/Blogs

My Share (Ebook,etc)

Browse by Tags

All Tags » ASP.Net (VB.Net/C#) (RSS)
Web Part And Web Service Currency Converter
Sample Code nya sebenarnya saya sudah lama saya dapatkan disalah satu sample code di internet. Hal yang membuat saya merapihkan / mengimplementasikan code tersebut karena supaya langsung dapat digunakan. Kenapa saya membuat Web Service Currency Converter...
ERROR on 64-bit Windows machines: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Ada aplikasi ASP.Net yang saya buat dimana ada module untuk import data dari DBF file yang diupload dan setelah itu dilakukan iterasi sebanyak data yang ada dimasukkan ke SQL Server. Alhasil hal itu sukses dilakukan di Windows x86 saya dan juga di server...
Crystals Report Deployment using .NET Framework 2.0 Merge Modules
Article ini saya buat karena ada beberapa di milis yang memberikan pertanyaan kenapa pada saat aplikasi nya di pasang di client, crystal reportnya tidak bisa dijalankan sedangkan crystal report tersebut ada didalam .net framework dan di komputer programmer...
Most Useful 20+ Visual Studio Add-ins
This is the list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. TestDriven...
.NET Framework 2.0 SYSTEM.WEB.DLL Security Update
A security issue has been identified that could allow an attacker to compromise a computer running the .NET Framework 2.0 ASP.Net and gain access to confidential data. You can help protect your computer by installing this update from Microsoft. Date published...
Single Assembly Compilation for ASP.Net 2.0
Waktu pertama kali buat project di ASP.Net 2.0, saya melihat perbedaan dalam cara mengcompile ASP.Net. Tidak seperti dalam .Net 1.x hasil satu project web terbentuk menjadi satu single assembly file. Tapi sekarang Microsoft telah membuat suatu utility...
NDoc For .Net 2.0
NDoc generates API documentation from .NET assemblies and XML documentation comment files. The current stable version of NDoc (1.3.1) only supports the .Net framework versions 1.0 and 1.1. This versions is being developed by Jonas Lagerblad and supports...
Upload File to Database SQL Server 97/2000
Ini bisa di sebut dengan BLOB / Binary Large Object. Jadi pastilah document ataupun image yang kita punyai akan di konvert ke binary dulu setelah itu simpan ke data base kita dengan type binary juga. Contoh bisa di lihat di MSDN cari dengan keyword BLOB...
Working Load XML with XPATH and Namespace
Tips yang mungkin bisa berguna Bila kita mempunyai XML data yang menggunakan Namespace tetapit tidak memiliki perfix, akan terjadi sedikit masalah dalam pembuatan query pada XPAT di XML. Misalnya datanya sebagai berikut : < CodeFile xmlns =" urn:sample...
Free .NET Development Tools
This some free .Net Development tool and all that stuff is really “FREE“ 1. Nant Namt is a build tool. Build scripts are written that can perform tasks on your build server. Tasks are a-plenty, but typical tasks include the ability to build...
Coding Treeview di ASP Net 1.0/1.1
Source component : http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=264&tabindex=2 Saya coba ke url itu ternyata masih ada. Asik asik asik. Dulu saya pernah pake waktu component ini mungkin bisa jadi masukan utk pembuatan treeview di ASP...