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

Can struct be static in c#?

0 Answers  


How do I create a dbml file?

0 Answers  


What is serialization and deserialization in c# with example?

0 Answers  


Is is possible to force garbage collector to run?

0 Answers  


What is the namespcae generally given to the webpage of the .NET Framework ?

0 Answers   Siebel,






What is difference between float and integer?

0 Answers  


What is the difference between string keyword and system.string class?

0 Answers  


What is console used for?

0 Answers  


Explain streamreader/streamwriter class?

0 Answers  


Is there regular expression (regex) support available to c# developers?

0 Answers  


What happens if a static constructor throws an exception?

0 Answers  


When you inherit a protected class-level variable, who is it available to?

5 Answers   CMC, IBM,


Categories