Is it possible to add aspx.vb file in to C# Web Project? If
so how can i use the vb file in the C# Web project?
Answer Posted / cool
yes,it is possible to have diffrent pages with
diffrent .Net languages in an asp.net project,becoz after
compilation each page will have its corresponding DLL
produced.we know all .Net languages have common runtime.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is different authentication mechanisms used in ASP.NET?
Explain exception handling in .net.
What is caching in asp.net?
9. Why should we hire you over the others waiting to be interviewed?
What is the maximum number of classes that can be contained in one dll file?
What is rich control in asp.net?
How we implement web farm and web garden concept in asp.net?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Differentiate between a page theme and a global theme?
What are app services?
What is the difference between ASP Session State and ASP.Net Session State?
What is synchronous and Asynchronous post back ?
What does mvc represent in asp.net? : asp.net mvc
What is session and cookies in asp.net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?