Which of the following is FALSE ?
A. ASP.NET is a major upgrade over ASP
B. ASP+ and ASP.NET refer to the same thing
C. ASP.NET applications run without a Web Server
D. None of these
A. ControlName
B. Designation
C. ID
D. Name
A. Viewstate can store onlys string
B. Viewstate can store anything
C. Viewstate can store only serilizable object
D. None of these
A. Name space of the dll that is referenced
B. Assemblyname
C. TagPrefix
D. All of the above
A. Page_Load()
B. Page_Init()
C. Page_click()
D. Page_doubleclick()
A. Set the ClientTarget property to Downlevel
B. Set the Runat property to server
C. Set the inherits property to codeb
D. Set the language property to C#
A. Avoid page to be cached
B. Clears the buffer area
C. The session expires
D. None of the Above