How do you declare name spaces when using code-behind
When I used my code inline I did this
<%@ import Namespace="System.Data.sqlClient" %>
<%@ import Namespace="System.Data" %>
but now in the code behind it tells me things are not declared. How do I fix this?
When I used my code inline I did this
<%@ import Namespace="System.Data.sqlClient" %>
<%@ import Namespace="System.Data" %>
but now in the code behind it tells me things are not declared. How do I fix this?