Part 149 Passing data from master page to content page in asp net04:33

  • 0
Published on October 24, 2017

Text version of the video

Slides

All ASP .NET Text Articles

All ASP .NET Slides

ASP.NET Playlist

All Dot Net and SQL Server Tutorials in English

All Dot Net and SQL Server Tutorials in Arabic

This is continuation to Part 148, please watch Part 148 before proceeding.

Let us understand how to pass data from a master page to a content page, with an example.

In the example below,
1. We have a search textbox and a search button in the master page.
2. On the Content page, we have a GridView control that displays students from a database table.
3. When we type some text in the search textbox on the master page and when we hit “Search” button, we want to display all the students whose name contains the search term entered in the search textbox.

Enjoyed this video?
"No Thanks. Please Close This Box!"