How we works : Iteration, again and again

Have ever go to somewhere and in the way you remember that you forget something, and then you have to go back. Then you on your way again, and then the same happen, you just keep forgetting something, over and over again.
Or,
You have list all that you need to bring, you have bring all of [...]

VB.NET from Dummies - How to access Webservices

In this little guide, i try to explain how to use webservice in VB.NET, well actually the you can use it in other .NET platform, but you have to modify the code a little bit.
Why you use webservice?
There is a lot of reason, my case is I have to get a a realtime gold price [...]

VB.NET from Dummies(3) - On hiding a column in autogenerate gridview

Well, there is some trick added on my sleeves on datagrid manipulation. Well, you know about gridview rite?
The case were, I had an semi-auto generated column, well, that’s because I have one template column I made and the other columns were autogenerated. And, I need to hide certain column because it’s overided with my template [...]

Memilih bahasa pemrograman from Dummies

Bagi seorang programmer wannabe, persoalan mendasar adalah memilih bahasa pemrograman. Tapi, beberapa programmer yang sudah advanced pun memiliki dilema ini ketika harus memilih bahasa pemrograman baru untuk memperluas wawasannya. Salah pilih anda akan membuang waktu untuk mempelajari sesuatu yang tidak anda sukai, atau bahasa yang akan usang ditelan waktu. Sebenernya apa sih pertimbangan untuk memilih [...]

ASP.Net Troubleshooting for Dummies(2)

Well, this time I found an error that not really describing the error.The error is “System.ComponentModel.Win32Exception: The event log file is full” when my web application trying to akses SQL Server Database.
What can you do?
Clearing the event log didn’t work. What can made the error disappear is:I simply change user group for aspnet from user [...]