Can I Inherit multiple code files in ASP.NET ?? either all are C# or one is C# and other are VB ??
Is there any possibility to make use of 2 programming languages like C# and VB.NET or other in a single ASP.NET page?
I heard we can work on both PHP and ASP.NET together on same page how come its true??…
Within a single ASP.NET (aspx) file it is possible to use two seperate languages using the following syntax
The real question is why would you want to do something like this, it would make your code impossible to maintain