Posted on: 10/8/2014 5:10:24 PM | Views : 525

Hello
I am trying to use the purple bar on this 'new user' Register.aspx form page (VS 2013)
http://www.bayingwolf.com/PurpleBar.jpg
on the page that follows it and that says 'thank you for registering'. So I have created another aspx file. This 'thank you page' works but it lacks the purple bar across the top.
According to this site, http://odetocode.com/articles/419.aspx, "when you add a new ASPX web form to a project you’ll have the option of associating the web form with a master page", the implication being that my 'thank you' page would inherit the Site.master page attributes.
The article refers to ASP.NET 2.0, whereas I have 4.5, and I am sure that that feature of attaching Site.master to a new aspx file does not exist.
How then can I import that bar from my Register.aspx file, please?

Go to the complete details ...