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. Client-side browser redirect Server-side code sends a message to the browser,informing the browser to request a different webpage from the server. server-side transfer: Server-side code transfers control of a request to a different webpage.