Tag Archives: C#

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

Generate Google Analytics E-Commerce code from C#

Tracking visitors on your e-commerce website is crucial step on internet business today, one tool from Google, call “Google Analytics” has come to help, armed with ability to track visitors from difference source traffic, content navigation, visitor’s system statistic, and most of all e-commerce tracking. Analytics E-commerce are executed by a block of JavaScript into