About Intro to SQL Server with ASP.NET - Page 4 .aspx.cs

I am getting this error in the code provided here Intro to SQL Server with ASP.NET - Page 4:

** Description: **An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

         ** Compiler Error Message: **CS0246: The type or namespace name 'SqlConnection' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

                                                     Line 13: {

Line 14:
[COLOR=red]Line 15: SqlConnection connection;
[/COLOR]Line 16: protected void Page_Load(object sender, EventArgs e)
Line 17: {

Please help!!!