Sir, I need your help in the following:-
I just created Menu Bar in a asp.net Page with CSS Design.
The name of page in which I created Menu Bar is WebForm1.aspx.
I want this Menu Bar in other pages also. How can it possible?
Loading
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.
Bineesh ViswanathPosted Dec 5, 2013, 2:25 AM
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" %>
<%@ MasterType VirtualPath="~/Site1.Master" %>
but getting an error:-
Sanjeeb LenkaPosted Dec 5, 2013, 2:03 AM
next one window will open in that choose your master page.
Bineesh ViswanathPosted Dec 5, 2013, 1:53 AM
What's the next step?
Abhay ShankerPosted Dec 5, 2013, 1:26 AM
Sanjeeb LenkaPosted Dec 5, 2013, 1:26 AM
example:
http://www.dreamincode.net/forums/topic/33293-introduction-to-master-pages-in-aspnet/
http://www.codeproject.com/Articles/325865/Creating-Master-Page-In-ASP-NET-2010