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 session authentication?
From which base class all web forms are inherited?
Explain login controls.
What is the difference between table and query?
What is full trust in asp.net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is difference between session and cookies?
Explain server control extensibility with reference to asp.net 2.0 ?
How many types of Cookies are available in ASP.NET?
What are the session management techniques asp net?
Explain the difference between Web Garden and Web Farm?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain how asp.net different from asp?
What is postback pixel?
Define globalization and localization.