⟩ how do you get the value of a combo box in Javascript?
Answer1.
Document. Forms [’forename’].elements[’combo Name’].options[I].value
Answer2.
document.form_name.element_name.value
Answer1.
Document. Forms [’forename’].elements[’combo Name’].options[I].value
Answer2.
document.form_name.element_name.value
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?
What is difference between OR and ORElse?
What is difference between singleton and single call?
What are client activated objects and server activated objects?
Which namespace is used by ADO.NET?
Explain What is CLR?