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
Can you nest updatepanel within each other?
What is the size of Get method and how much data it can store?
How many types of triggers are there in update panel?
What is preprocessor in .net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How you can access the values from the Repeater control in ASP.NET?
What is sdlc process?
What does asp.net stand for?
Explain the benefits of viewstate?
Can asp.net work on an nt server?
What are sessions in asp net?
Explain the difference between panel and groupbox classes using .net?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Where is session data stored in asp net?
Explain different types of Caching techniques in ASP.NET?