Hi Mike,
In a normal site you should be able to mix the two. Personally, I wouldn't recommend it, because you'll end up with a site that becomes harder to maintain.
However, technically it's possible. You can have a
VB page that consumes a C# control, or the other way around.
Once you use the new ASP.NET Projects model, or the new deployment tool, things become different. Those tools compile the code behind for many files (either the entire site or a single folder) to a single assembly. That makes it impossible to mix the two languages, because the compiler can only handle a single language.
That's also the reason why you cannot have both .
vb and .cs files in the App_Code folder.
Making any progress with the C# version?
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004