I am new to .net, so I want to ask something almost simple.
I take a script from a book that has the
Code:
using System.Data.ADO;
at a aspx.cs file, but I can not compile it because type or namespace ado does not exist at namespace Data.
What is wrong?
There is a reference at System.Data
Bookmarks