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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vyas pyk
with pleasure, thats what the dream of microsoft to unite
all languages under one roof.
Is This Answer Correct ? | 7 Yes | 0 No |
What is view state and how this can be done and was this there in asp?
11 Answers Accenture, KDOT, Mphasis,
Master Page
If you want to write your own dot net language, what steps you will you take care?
What is owin authentication?
What is shadowing?
What is State Management in .Net and how many ways are there to maintain a state in .Net?
• What are HttpHandlers? • What are HttpModules?
What is the difference between stored procedure vs function?
Explain parts of assembly?
What are server side controls?
when we write the html code with runat = server it works like a server control than why we use the server control?
How many types of session in ASP.NET