How to create master page in asp net c#
How to make a MasterPage in Asp.net:
Today we are discussing how to start work with Master page
in Asp.net. As we know that .net is a framework in which we can create many
types of application As like window application, Console application, Web
application etc. And Master Page is common page.
What is the Master Page:
- A master page provides a template for other pages.
- Give a shared layout and functionality.
- The master page defines placeholders for the content which give user content pages.
- The output result is a combination of the master page and the content page.
The Master page is very important for web application or web site In asp.net. We use type of page for connecting many several pages. It is a common page of the web application.
In this page on we are design the color menu and feel
looking of the website. On this page also create the session.
Use Of asp.net Master Page, Impotence:
if you would like to display a standard header and footer in each page of your website, then you can generate the standard header and footer in a Master Page. That’s how powerful a master page is to handle multiple forms and is easier to maintain throughout what the website looks like. Take note, theID
attribute uniquely identifies the placeholder, allowing you to put more than one placeholder in a master page.Asp.net MasterPage related Other Questions:
- Master page in asp net example
- Asp net master page tutorial
- Asp net master page theme
- Asp net master page events
- Asp net master page life cycle
- Asp net master page load.
How to add a master page in asp.net:
You can easily create a simple Asp.net web application…………
These steps are following…
1. Open Microsoft visual studio 2010 – this is the IDE
(Integrated Development Environment). And File menu of _net IDE.
2. Create a application or web site in asp.net IDE with C#.Give the name website in the bottom of given pop-up menu and
then click on ok button.After add a new empty website and then right side in IDE open the Solution
Explorer right click.
3. Select the option Add New Item Open a dialog box and select
the Master page click on add button.
Master page in asp net c# |
Asp.net Related Other Post :
- SQL Helper Class,
- Example of how to add captcha in Asp.net using C#
- Sql Query for asp.net Programming ,
- How to create graph in asp.net:
- How to create Line chart :
- How to Make Data Table By C# code in
- How to Print Div by javaScript
- How to Calculate Number of Sunday
- How to Make a HTML Table by C# code
- how to get Asp.net the First Sunday of the Given Month
- How to calculate first date and last date of month
- Display selected Date from data base
- Sending mail from web application using google Mail ID
- Use to countdown time for use to time limit
- What is WSDL in Asp.net Programming,
- how to bind drop down list form data base
- Select index change in drop down list
- Ajax Update Panel with Drop down list
- Show grid view row details in to tool tip by JQuery :
- Top 25 Educational Blogs in the word
- Create data Table Dynamically and bind to Drop down List in asp.net
- How to Achieve Many Selection in Drop Down List
- fill data into Dropdown list by using Jquery
- ASP.NET Web API In asp.net Programming
- Data base connection in asp.net in web application
- In Asp.net How to upload Image In to server
Comments
Post a Comment