Page with VB.net and C#.net
hi,
we have 2 teams in our organization. one team developing ASP.NET with VB.NET coding and another team developing the ASP.NET with C# codebehind.
How integrate these two team work into single project. Is is possible to combine Vb.NET & C#.net pages in single project?
NB: How can i call a class member members from vb.net to C#.net and viceversa.
v.r.mahendran
Re: Page with VB.net and C#.net
You can add a reference to the DLL created by the C# developers from your VB.NET version of the project.