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 web server? What are the load limits in it?
Who generates session id?
What is custom events? How to create it?
How can we create pie chart in asp.net?
Why do we use web config?
Define static member?
What are server side controls?
Is it true that a Web service must be written in .NET or not?
Explain MVC model binders?
What is owin authentication?
What is the exact purpose of http handlers?
How do u optimize a query in asp.net?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain how do you validate the controls in an asp .net page?
What is view state management in asp net?