I'm learning ASP.NET from a book and there's a page about creating a web form with master page. On the picture in a book, at the 'Select Master Page' window there are two options (Site.Master & Site.Mobile.Master), but I can't see either of those. I'm using the same version of Visual Studio (Community 2015)
Any ideas?
Thanks
First you have to create a master page as site1.master then only you have to add content pages under that master
You can create any number of master pages
Related
I attached a css template to the masterpage in my asp.net website. Now I need to create another blank page and link it to the masterpage(index.html)i.e Default.aspx. In the newly created web form how to attach the same css template. please help???????
if you link same master page to another blank page say - Default.aspx then it will automatically use css apply in master page
read master page related tutorial here
http://www.asp.net/web-forms/tutorials/master-pages
Hiii
I am using asp.net visual studio-2010 framework 3.5 on win 7. I have download readymade template designed made in css.I copied index.html code and paste it in masterpage and also copy the code of div content and paste it in content place holder.It's working. I want to add another page like about.html,sevice.html, etc.Plzz help me what the procedure to add another page
thank you.....
Just go to Add New Item->Webform & check the select master page checkbox to select your exisiting master page.
I'm not an expert using Sharepoint Designer 2007, then i need some help to maintaince a website.
I have a page and need to add a .aspx that already exists inside the website. When i click on add WebPart, there is some WebParts to be choosen, but the aspx that i need looks to be inside a Webpart. Some like this:
I got a menu 'Recruiting', and it contains some aspx like 'New Jobs.aspx', another one 'New employees.aspx'. I need to add the page 'New Jobs.aspx' inside the page 'New employees.aspx' as example. But when i click on add webpart, this aspx doesn't appear to be choosen.
How can i do this?
Thanks and so sorry for bad english and terrible knowledge about Sharepoint.
You cannot add one page as a web part to another page, it just does not make any sense. What you can do is find out what web part (it can be a list view web part) is located on the page you are trying to add. Then you can just add the same web part to the first page.
What is the Difference between site.master vs main.master.
The only difference is the name.
Both are master pages - one is called site the other main. You can have more than one master page in a site - different content pages can use different master pages.
I have added fckeditor in my asp.net(vb) web site but i don't know how add pages to update at run time?
1) How to add .aspx pages in fckeditor so that i can edit an create new pages or tabs.
You mean you'll create new aspx pages in fckeditor? I don't think it's possible.