Category Archives: Tech Hub

blogs on technologies other than microsoft

Connect C# with MySql

By | July 30, 2012

This article is to show the step wise process of how to connect C# to MySql, I will be using MySql Connect/Net for this. Later I will show how to execute INSERT, UPDATE, DELETE and SELECT commands, this will include only setting up the connection. Getting Started First make sure you have downloaded and installed… Read More »

CheckBox Selection Limit in ASP.NET

By | July 17, 2012

CheckBox control is the very common control of HTML, unlike radio buttons it can select multiple items on a webpage. CheckBox control in ASP.NET has many properties some of them are listed below. Property Description AutoPostBack Specifies whether the form should be posted immediately after the Checked property has changed or not. Default is false… Read More »

How to use AdRotator in ASP.NET?

By | July 16, 2012

AdRotator is a control in asp.net which is concerned with advertisements, it basically displays a sequence of ad images. This control uses an XML file to store the ad information. The XML file must begin and end with an <Advertisements> tag. Inside the <Advertisements> tag there may be several <Ad> tags which defines each ad (we will… Read More »