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 the use of ASP.NET routing?
What are sharepoint pages?
Explain global assembly cache.
What is a user session?
Describe the .net base class library.
Where is the view state data stored?
Is it possible to apply themes to an asp.net application? If yes, then how?
Where do we store our connection string in asp.net application?
How many types cache in asp net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is server side routing?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is asp.net web application?
What is custom events? How to create it?
Briefly describe the role of global.asax?