accessing classes in the app_code folder

C

Carlos

Hi all,

is it possible to access a static class written in C#
from a VB .Net based ASP .Net 2.0 app?
what would be the syntax. I jut tried to create a
static class in vb .net and it is not supported..

Thanks in advance,

Carlos
 
B

bruce barker \(sqlwork.com\)

the syntax is ClassName.MethodName(), though unlike C# you can also
reference a static method via the instance obj.StaticMethod(). a static
class in vb is a module.

-- bruce (sqlwork.com)
 

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,744
Messages
2,569,481
Members
44,900
Latest member
Nell636132

Latest Threads

Top