Category Archives: Programming

My research and development in computer programming

Visual Studio 2010 Beta 1 ships

Okie! here the greats that we have all been waiting for, the availability of visual studio 2010 beta 1. Somasegar that beta 1 will public download this Wednesday (20 may 2009). Currently subscriber of MSDN can download the build right away starting from Monday, while for public down will take place tomorrow. Please stay tune at

AJAX Support Chat with visitor tracker and invitation

I really wanted to develop my own support chat with fully AJAX technology, would it be great that if the chat room would not do a single postback to server and get that annoying refresh sound. This Support Chat is a primary feature for me in my http://www.zendsms.com/ project; it’s a Microsoft Outlook 2007 Mobile

ASP.NET AJAX maintain panel scrolling position

After sometime in developing my Support Chat, I can get the panel scrolling to maintain it scroll position. Doing some Google don’t help much, only finding more complex solutions. A lot of people went with javascript, or something other. Then in the shower, I finally got, I can put the UpdatePanel inside the Panel, and

ASP.NET C# DataBind RadioButtonList from DataTable with Multiple Fields

I have been trying to DataBind multiple fields into the RadioButtonList DataTextField from my DataTable, by default this property only accept 1 column using its column name as the primary key. But if I want to concate multiple column, then what do I do? Well after be playing around with this logic, I found that

C# AJAX UpdateProgress Block Screen Popup

ASP.NET AJAX is a powerful tools that you can utilize, many feature that can bring the power of your interactive desktop to your web browser. In this blog I’m will be showing you how to create a Popup with block screen when execute a time consuming function that relay on the server-side, this is done