vb.net and c# together

  • Thread starter Thread starter SOS
  • Start date Start date
S

SOS

Hi guys !
is this possible to have some vb.net pages and some C# pages in one web
project ?
if yes, how ?

Thanx .
 
Whidbey! In the current version, you have to create library projects for the
other code.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Currently you can only have one language per project, although you can have
multiple languages per solution.
In Whidbey (.NET 2.0) you'll be able to mix languages in virtually any way
imaginable.
 
Back
Top