C# and VB in same project

  • Thread starter Thread starter Guest
  • Start date Start date
Can you use C# for one code behind file and VB for another pages code behind
all within the same project?
 
yes, if you stick it in a compiled assembly and load that into your code
behind, otherwise wait for vs.net 2005

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 

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

Back
Top