Podcast
Questions and Answers
Which client-side technique is specific to ASP.NET?
Which client-side technique is specific to ASP.NET?
Viewstate
Which client-side technique can be disabled by the end-user?
Which client-side technique can be disabled by the end-user?
Cookies
What is the syntax for creating and using an application variable?
What is the syntax for creating and using an application variable?
Application(VariableName) = Value
Which server-side technique is available in ASP.NET?
Which server-side technique is available in ASP.NET?
Signup and view all the answers
When is an Application variable created?
When is an Application variable created?
Signup and view all the answers