Therefore, I need to add the "using" statement:
using System.Data.SqlClient
on my web page, so I don't need to call Whats inside SqlClient with all the statement
System.Data.SqlClient.SqlConnection con = new ..
How to do it?
Notice that I added the System.Data link to my webconfig file.
source
share