can aspx page have multi language declarations ?
Answer / gopal
Yes,asp.net will support diff languages like
c#.Net,VB.Net....Use the code access security (CAS)it is
possible.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain the difference between inprocess vs out process session state : Dot net architecture
What are the new features of .net 2.0?
Explain COM with example?
Are there any third party logging components available?
What are public and private assemblies ?
Tell me .net mobile emulators? : Microsoft dot net mobile
Wcf- What is ABC
what is the difference between running an application with and without debugger?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How can we perform data binding in atlas?
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
Explain 'managed' mean in the .NET context