pls can u help how to use master pages in .net for 3pages
pls can u help how to use master pages in .net for 3pages
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajagopalan R VPosted May 30, 2014, 5:46 AM
<%@ Page Title="Enter The Title Needed to You, Here" Language="C#" MasterPageFile="~/MasterPages/Main.master"
AutoEventWireup="true" CodeFile="xxxx.aspx.cs" Inherits="_xxxx" %>
Call MasterPageFile in the Top of the Page u Need as Mentioned Above in the Tag
Hope It Helps
If U Get Clear With this Kindly Mark it has Answer
With Regards.....,
R.V.Rajagopalan
Rajagopalan R VPosted Jun 2, 2014, 12:42 AM
You Are Most Welcome , If Any Doubts Please Post it
With Regards.....,
R.V.Rajagopalan
Praveen GoudPosted May 30, 2014, 8:13 AM