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

Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?

0 Answers  


What are object pooling and connection pooling and difference between them?

0 Answers  


write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #

4 Answers   TCS,


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

0 Answers   Siebel,


Can you change the value of a variable while debugging a C# application?

1 Answers  


if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj

1 Answers  


What are the ways to deploy an assembly?

1 Answers  


Are structs value types or reference types?

0 Answers  


if a method is marked as protected internal who can access it?

0 Answers   Siebel Systems,


Name some string escape sequences in c#.

0 Answers  


What is application c#?

0 Answers  


Why delegates are type safe?

0 Answers  


Categories