1. Question:Write down the different Method to Navigate Pages. 

    Answer
    Client-side navigation : Client-side code or markup allows a user to request a new webpage. Cross-page posting : A control and form are configured to post back to a webpage that is different than the one that made the original request.</li>Client-side browser redirect Server-side code sends a message to the browser,informing the browser to request a different webpage from the server.
    [b]server-side transfer: [\b] Server-side code transfers control of a request to a different webpage.

    1. Report
  2. Question:What do you mean by master pages? How can we change the master pages programmatically? 

    Answer
    Master Page: An ASP.NET master page defines the common layout of the pages in your site. A master page is defined with the file extension .master.
    We can change Master Page programmatically using MasterPageFile property.

    1. Report
  3. Question:Explain the usages of Copy Web Tool? 

    Answer
    The Copy Web tool can copy individual files or an entire website. You can select a source and a remote site and move files between them. You can also use the tool to synchronize files.

    1. Report
  4. Question:What is the difference between Windows authentication and Forms Authentication? 

    Answer
    Windows Authentiation: Windows authentication is used, the user names should match names in the local user database or Active Directory service and need to include a domain name.Form Authentiation: Forms authentication lets you authenticate users by using your own code and then maintain an authentication token in a cookie or in the page URL. Forms authentication is the better choice for Internet applications

    1. Report
  5. Question:What is PostBack? 

    Answer
    Sending data back to the server as part of our request is referred to as a postback in ASP.NET

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd