Postback occurs in which of the following forms_________________?
A. Webforms
B. Winforms
C. HTMLForms
D. None of these
A. Visual Basic
B. C
C. C#
D. All of the above
A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above
A. Maintain the login state security through a View State.
B. Maintain the login state security through a Session.
C. Maintain the login state security through a database.
D. All of the above
A. Response.Output.Write() allows you to write formatted output
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output
A. Request.QueryString
B. Response.writeln
C. Response.write
D. Request.Form
A. Application object
B. Session object
C. Server object
D. Response object