I am trying to import the following:
Imports System
Imports System.Data
Imports System.Data.SqlClient
In order to be able to use "Dataset()
"
I am a beginner and don't know where to put the imports in ASP.NET. Please help!
Maybe these are not necessary? I am trying to import a remote XML file into a DropDownList.