Different page navigation techniques in asp.net Part 51

kudvenkat
kudvenkat
140.2 هزار بار بازدید - 12 سال پیش - Text version of the video
Text version of the video
http://csharp-video-tutorials.blogspo...

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.
@aarvikitchen5572

Slides
http://csharp-video-tutorials.blogspo...

All ASP .NET Text Articles
http://csharp-video-tutorials.blogspo...

All ASP .NET Slides
http://csharp-video-tutorials.blogspo...

All Dot Net and SQL Server Tutorials in English
https://www.youtube.com/user/kudvenka...

All Dot Net and SQL Server Tutorials in Arabic
kudvenkatarabic

What are the different page navigation techniques in asp.net?
OR
How do you move from one webform to another webform in asp.net?
OR
How do you link pages in an application?  

This is a very common interview question in asp.net. There are several techniques to navigate between webforms in asp.net as listed below.

1. Hyperlink control - Is used to navigate to another page. The page you want to navigate to is specified by the NavigateURL property. Using hyperlink, you can navigate to another page with in the same application or to an external web site. The hyperlink control is rendered as an HTML anchor tag. We have discussed in detail about the HyperLink control in Part 13 of ASP.NET video series.
2. Response.Redirect
3. Server.Transfer
4. Server.Execute
5. Cross-Page postback
6. Window.Open

We will discuss about the rest of the page navigation techniques in the subsequent videos.
12 سال پیش در تاریخ 1391/09/06 منتشر شده است.
140,242 بـار بازدید شده
... بیشتر