TCS Campus Drive 2013 Batch: My Experience

By | October 15, 2012

Date of Drive : 12-13th Oct, 2012 Venue : Hindustan College of Science and Technology, Mathura Appearing for TCS was fun, as it was the first company in our college so was full with enthusiasm. I would mention that all the rumors that say that the aptitude test is hard this time are actually true. The level… Read More »

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 »