Monday, 10 November 2014

ASP DOTNET MULTIPLE CHOICE QUESTIONS PART 1

21) To set page title dynamically in ASP.NET which of the following is used?
               a) None of the above
               b) < sheet > section
               c) < tail > section
               d) < head > section (ANS)


22) In ASP.NET application the Global.asax file lie in which directory
               a) Application
               b) System 
               c) ROOT (ANS)
               d) None of the Above

23) Which of the following can be used to debug .NET application?
              a) Systems.Diagnostics classes
               b) Runtime Debugger
               c) Visual Studio .NET
               d) All the Above (ANS)

               

24) Which of the following is used to write error message in event Log File?
               a) System.Data
               b) System.EnterpriseServices
               c) System.Diagnostics (ANS)
               d) None of the Above

 25) Setting the following properties for object in ASP.NET results in Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = "no-cache"
              a) Avoid page to be cached (ANS)
              b) Clears the buffer area
              c) The session expires
              d) None of the Above

                    DOTNET MNC INTERIVEW QUESTIONS  Click here
                  
 26) Which of the following denote value that can be taken by Cache-Control of ASP.NET? 
              a) Public
              b) Private
              c) no-cache
              d) All the Above (ANS)

27) In ASP.NET page framework an automatic way to associate page events and methods is
              a) AutoEventWireup attribute of the Page directive is set to true
              b) AutoEventWireup attribute of the Page directive is set to False
              c) It is not possible to set automatically page events and methods
              d) None of the Above
                   NEWASP.NET MULTIPLE CHOICE INTERVIEW QUESTIONS 
             PART 1          PART 2               PART 3     PART 4            PART 5
             PART6           PART7                 PART8      PART9           PART10

28) In ASP.NET if one wants to set the focus on a particular control
              a) Call SETFOCUS
              b) Call SETCONTROL
              c) Call FOCUS method (ANS)
              d) None of the above

 29) The control used in ASP.NET to display information from data set but with better formatting and editing behavior is
               a) Pane
               b) Button
               c) DataList (ANS)
               d) None of the Above


<PREV>                                                                                                                      <NEXT>

2 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete

Popular Posts