Namespace Craziness

M

Martin c

Does anyone know a good referance site for Namespaces?
I'm trying to move some code to a codebehind page, but this line is
erroring:
dim strBlah = left(txtDomain,3) - Name 'Left' Is not declared
Do any of you loveley people know what namespace i need to import to get
that working? I currentlyey have:
Imports System
Imports System.Directoryservices
Imports System.IO
Imports System.Text
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Data
Imports System.Data.SqlClient

TIA
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top