Frequently Asked Interview Questions

What are the different page navigation techniques available in .Net

Hyperlink control : Navigate from one page to another page.
Response.Redirect : Navigate from one page to another page from source code.
Server.Transfer : Navigate from one page to another page, This method works only when navigating to a Web Forms page (.aspx).
Server.Execute : Begin executing a new Web form while still displaying the current Web form. The contents of both forms are combined and rendered.
Window.Open script method : Display a page in a new browser window on the client.

Most Visited Pages

Home | Site Index | Contact Us