⟩ Why do we use Option Explicit?
Answer1
to avoid multiple variables of the same name.
Answer2:
Correct answer is - This statement forces the declaration of variables in VB before using them.
Answer1
to avoid multiple variables of the same name.
Answer2:
Correct answer is - This statement forces the declaration of variables in VB before using them.
How do you turn off cookies for one page in your site?
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
In what order do the events of an ASPX page execute. As a developer is it important to understand these events?
Whats MSIL, and why should my developers need an appreciation of it if at all?
How would you get ASP.NET running in Apache web servers - why would you even do this?
Describe session handling in a webfarm, how does it work and what are the > limits?
What are the disadvantages of viewstate/what are the benefits?
Where would you use an iHTTPModule, and what are the limitations of any?
How do you create a permanent cookie?
Explain What are delegates?