Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
What is xaml? Are xaml file compiled or built on runtime?
How do you create a permanent cookie?
Why is string called immutable data type?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
whats the purpose of AUTOPOSTBACK property for the controls in asp.net?
How does session state work in asp.net?
What is difference between ispostback and autopostback in asp net?
About delegates ?
What are the asp.net list controls and difference between them?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
please can any describe 'Master Page' in ASP.Net 2.0