How to use xyz.cs and abc.vb pages in a single windows aplication simultaneuously.
I need to use .vb pages in my C# Application.
Is it possible??? please help me out..

It depends on what you want to acheive and why.
You can't directly include vb.net code in a C# project.
You can access teh vb code FROM your C# project in a couple of ways.
How large is the vb.net page and do you use it in vb.net projects? The easiest way would be to convert it to c# using one of the free converters online.

If you definitely want to keep it as a vb file you can place it in a seperate project and add a reference to that project to your C# project.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.