Name <whatever> not declared?!?!?! Aaargh!!

J

Jack Black

Building a simple ASP.Net page under VS '03 (Visual Basic) with methods
defined on a "code-behind" page, and I keep getting a "Name <whatever> is
not declared" on each of the method invocations. Am I missing some kind of
DECLARE or USES here (even tho the PAGE directive includes the CODEBEHIND
clause)??

This is probably real simple, but what the HECK is going on here?!?!? :)
Jack
 
K

Kevin Spencer

Declaring a variable/field:

Dim s As String
Private DS As DataSet
Public d As Double

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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

Members online

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top