Convert VB.Net 2008 Objects to JavaScript?

1

14All2C

Experts

I've heard that its supposed to be easy to use VB.Net objects directly
with JavaScript using ASP.Net and Ajax in Visual Studio 2008.

I can't find any info anywhere on how to do this, and its proving to
be not as simple as it was stated to me; but the boss has asked me to
investigate this 'major gain is VS 2008'.

I'd like to know how it is possible to get JavaScript to recognise any
VB.Net 2008 objects?

Specifically, arraylists of objects (containing same objects or a
mixture), and custom objects, such as the ServicePacket I've created
that contains an empty string an enumeration value, an empty
arraylist, and encrypted versions of those three (all encrypted to
strings).

Thanks

Sean
 
C

Cor Ligthert[MVP]

Hi,

Ask your boss where this major gain is written. I have never heard that this
was the *major* gain of VB.Net 2008.

Cor
 

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