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 a user session?
How do you design a website with multilingual support in ASP.NET ?
Explain significance of routing? : asp.net mvc
Difference between using directive vs using statement?
What is the postback property in asp.net?
What are the advantages of asp.net mvc framework? : asp.net mvc
Why session is more secure than cookies?
How dataadapter.fill works?
Can we have a web application running without web.config file?
What are Master Pages in ASP.NET? or What is a Master Page?
How to unit test Web API?
What is slidemaster?
Write a code for sending an email from asp.net application.
How do you implement sql caching in asp.net?
What is request and response in asp.net?