Different page navigation techniques in asp.net Part 51

preview_player
Показать описание
Text version of the video

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.

Slides

All ASP .NET Text Articles

All ASP .NET Slides

All Dot Net and SQL Server Tutorials in English

All Dot Net and SQL Server Tutorials in Arabic

OR
OR
How do you link pages in an application?

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.
Рекомендации по теме
Комментарии
Автор

Very good lecture. You know ?? I really ever want to be Web Developer. I studied programming by self-study because I cannot afford for school fee.I want to follow asp.net as well. Now I am so happy and I can design my future with ur lectures.Thank you sir.

waiyanhein
Автор

Sir you are the best teacher i have seen in my life..

prashantkshirsagar
Автор

Great, systematical tutorials! Thank you very much, I am with Prashant Kshirsagar - you are the best teacher in my life!

Trzbne
Автор

Great teacher and a good a human being. Thankyou Sir

shashank
Автор

Sir Thank you for explaning all the concepts in a very easy way

tabla_vadak
Автор

Nice work Sir.You explain at a very grass root level which actually helps to choose an approach in any technology.But I dont like one thing is some times u end up with saying interview question.Let coding be a passion and nothing related to interview.If concepts are clear any interview can be cracked.It some times looks as if we are sudying for an exam when I hear u saying Interview question.

kunalshah
Автор

very nice explanation sir....if possible can you please explain about httphandlers and httpmodules

kamagarimeeharika
Автор

Please tech me database normalization as well.I need your lecture pls.If possible all database concepts.

waiyanhein
Автор

I've a submit button in a Page X where when I click it, it need to download a file, but I navigated to another page Y in the process of it downloading, and again returned to page X. So in this case, that download shouldn't happen since I've navigated to other page Y while process of downloading happens.. But I can see the file downloaded. I've used "request" method to get the value from the page and storing it in session. Used IF condition to check if the session has value and then it downloads, but Since I've navigated to other page Y the value of the session shouldn't be populated. But it's populating and not changing dynamically. Any idea on how to deal with this? I'm doing this in C# VS2008.

manic_alchemy
Автор

Good evening sir,
please help me,
i created a login form in that i have 1 button : submit and 2 link buttons : signup and forgot password, so my aim is that when i click submit button is save the login data in database so this button is working properly, the problem i m facing is that when i m clicking the others two link buttons it is not navigating to me to its pages and the other thing is that when i m writing something in the textbox (i used here required field validator for the textboxes) then it is navigating to me to its pages. reply soon please.

ramchandramishra
Автор

please teach me in code behind for navigation service asp.net in VB.net thank!

jingsuantan
Автор

how can I navigate to a new page using a button in a form?

iamrobert