TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Master Page in ASP.NET
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhimanyu K Vatsa (4)
Navneet Mitawa (1)
KondalaRayudu ValaVala (1)
Manoj Kalla (1)
Venkatesh Kumar (1)
Related resources for Master Page in ASP.NET
No resource found
Get Control ID Along With Master Page in ASP.Net
5/26/2021 10:34:34 AM.
In this article, we will see how to get a control ID along with the Master Page in ASP.NET.
Master Page in ASP.NET
1/28/2021 5:36:37 AM.
Here, we will learn how to add a master page to a project in ASP.NET.
Get Master Page Control Value In Content Page
11/5/2017 11:32:38 AM.
Asp.Net Master page helps us to create a consistent view for the pages. Master page behaves like a container and parent page of Content page. In your application you can add numbers of Master page dep
Creating Master Page (Using CSS) in ASP.NET: Part 1
12/1/2012 5:55:37 AM.
This is my series of articles on Master Pages and in this article we will discuss how to use CSS in Master Pages.
Creating Master Page (Default Content) in ASP.NET: Part 2
12/1/2012 5:54:34 AM.
This is my series of articles on Master Pages and in this article we will discuss how to create default content in Master Pages.
Creating Master Page (Nested Master Page) in ASP.Net: Part 3
12/1/2012 5:52:56 AM.
This is my series of articles on Master Pages and in this article we will discuss how to create Nested Master Pages.
Creating Master Page (Using Images and Hyperlinks) in ASP.NET: Part 4
12/1/2012 5:33:49 AM.
This is my series of articles on Master Page and in this article we will discuss how use images and hyperlinks in Masterpage.
Load Master Page User Control Dynamically to Improve Performance
8/3/2012 4:51:55 PM.
In this article, we will see how to load an ASP.NET user control dynamically to improve performance. We will start with a problem-solution approach.