Forums
This topic is locked
Container is not declared
23 Jul 2002 15:35:52 tom smits posted:
Hi there, I've got a problem in Dreamweaver MX (ASP.NET VB)
I always get this error message when I want to use the results of a dataset as variable:
BC30451: Name 'Container' is not declared
For example in these lines of code:
Line 136: dim iUserID = ds_login.FieldValue("customer_id", Container)
Line 137:
Line 138: FormsAuthentication.SetAuthCookie(iUserID, true)
Does anyone know?? Please help, I'm getting crazy!!!
Bye,
Tom
(The Netherlands)