S
Sheldon
I have an ASP application that has been working for some time. I am in the
process of converting it to ASP.NET and I have run into a simple problem.
How do I convert the following code to ASP.NET?
If Not isNull(dtrSample("Address_1")) AND dtrSample("Address_1") <> ""
Then ......
Every time I run it the way it is I get a (BC30471: Expression is not an
array or method) error and has "isNull" underlined as being the problem.
I have been searching Google for two days and cannot find a solution.
Thanks for any help you can give.
S
process of converting it to ASP.NET and I have run into a simple problem.
How do I convert the following code to ASP.NET?
If Not isNull(dtrSample("Address_1")) AND dtrSample("Address_1") <> ""
Then ......
Every time I run it the way it is I get a (BC30471: Expression is not an
array or method) error and has "isNull" underlined as being the problem.
I have been searching Google for two days and cannot find a solution.
Thanks for any help you can give.
S