Can we write one page in c# and other in vb in one application ?

Answers were Sorted based on User's Feedback



Can we write one page in c# and other in vb in one application ?..

Answer / rameshwar

Yes, we have this feature ASP.NET 2.0 by specifying the
directory setting information in application web.config
file.
Means we can execute both type of file in one application.

Is This Answer Correct ?    15 Yes 0 No

Can we write one page in c# and other in vb in one application ?..

Answer / shyam prabhu

Within ASP.NET application, 1 page can be in vb.net and
another 1 in c#.

Is This Answer Correct ?    13 Yes 1 No

Can we write one page in c# and other in vb in one application ?..

Answer / mohan kumar e.

No it is not possible.

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More C Sharp Interview Questions

Define constructors

0 Answers  


How do I get deterministic finalization in c#?

0 Answers  


How do you achieve polymorphism in c#?

0 Answers  


What is method and function in c#?

0 Answers  


What is the difference between finalize() and dispose()?

0 Answers  






How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}

6 Answers   ACB Group, IBM, Tech Mahindra,


How does the lifecycle of Windows services differ from Standard EXE?

0 Answers   Siebel Systems,


What?s a delegate?

3 Answers  


What is the difference between wrapper class and primitive?

0 Answers  


How can I get the ascii code for a character in c#?

0 Answers  


What are satellite assemblies?

0 Answers  


What is a copy constructor in c#?

0 Answers  


Categories