07 July 2009 ~ 1 Comment

GoogleMap License to share

About SubGurim Google Map control GoogleMaps.Subgurim.NET is the most advanced Google Maps control for ASP.NET 2.0. With the full power of the official GoogleMaps API, yet without the need of a single line of javascript code: only ASP.NET! Just drag the control in Visual Studio, and with a few lines of code you will be [...]

Continue Reading

26 June 2009 ~ 4 Comments

Konversi dataset ke JSON

Setelah muter2 ketemu juga akhirnya. Biar gampangnya, serialisasi ke JSON menggunakan library JSON.NET, di websitenya ada beberapa versi tergantung versi .net framework yang digunakan. BTW, ini kodenya : 1: Imports Newtonsoft.Json 2: Private Function GetCustomer() As String 3: Dim retVal As String = “” 4: Dim ds As DataSet = DAL.Customer.GetCustomers 5: 6: If ds [...]

Continue Reading