What does the "EnableViewState" property do?
Answer / vandana joshi
It is a property of page and if it is enabled then it
maintains the state of page itself.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain what is the difference between a class and an object?
Where does the dispose method lie and how can it be used to clean up resources?
Explain cas (code access security)?
How to implement DataGrid in .NET?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is the difference between Server.Transfer and Response.Redirect?
How does you handle this COM components developed in other programming languages in .NET?
How would ASP and ASP.NET apps run at the same time on the same server?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
what is the default value of CHAR type?in C# using asp.net?
What does cli do?