PROGRAM AREA
Top questions
Post
New Post
Find by name:
Question
Answer
Where is the viewstate information stored?
Options - File system - Session object - In the HTML hidden field - SQL Server state CORRECT ANSWER : In the HTML hidden field
Where the viewstate is stored after the page postback?
ViewState is stored in a hidden field on the page at client side. ViewState is transported to the client and back to the server, and is not stored on the server or any other external source.
Which authentication method allows anyone to access the ASP.NET application and that IIS doesn’t perform any authentication?
Options - Windows integrated - Anonymous - Basic - Digest CORRECT ANSWER : Anonymous
Page 36 of 43
««
«
…
31
32
33
34
35
36
37
38
39
40
…
»
»»
Full Page
Back to HomePage