| |
|
What is a nested Masterpage in ASP.NET 2.0? Can there be a master page inside a masterpage?
When a master page is placed inside the contentplaceholder of a masterpage, then the masterpage
is said to be nested. In other words, there is one parent masterpage, and the child masterpage
is inside the contentplaceholder of the parent masterpage.
Yes, we can have multiple number of Master pages in an ASP.NET 2.0 web application.
Bind data to a server control without writing code
Masterpage ContentPage
Nested Masterpage?
SiteMapPath control
Sort GridView
Hotspot class, ImageMap
Update Delete Gridview, Datakeynames
| |