Tag Archives: ASP.NET

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

C# Auto Detect Preferred Country

I found that IP to Country has not been that best practices in locating that visitor preferred country, mostly because of IP are allocated to ISP in there registered country, but where the actual user with that assign IP address can be anywhere (also the VPN). Therefore a better way to detect that website visitor

ASP.NET C# Visitor Real-time Session Tracker

Tracking real-time online visitors on your website has been a challenge for some time, here I will show you how to track online visitor in with ASP.NET C#, in which will have the following features that I like to show you; SessionID – from the HttpSessionState object Path – the Virtual path of that visitor