Click here to Skip to main content
15,880,503 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one Login page which is created using Master page. Now I dont want this page in master page, How can I achieve it?
Is it only way to delete content(tag content -
XML
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>

and
<%@ Page Title="Login" Language="C#" MasterPageFile="~/Site1.Master" 


Can we achieve it by another way?
Is their any alternate solution for same?
Posted
Updated 28-Sep-14 20:34pm
v3

1 solution

Safer solution would be...

1. Create a new aspx Page.
2. Copy all the contents or controls inside the Content Place Holders in the old page correctly into the new aspx page.

That's it !!!
 
Share this answer
 
Comments
Leena 206 26-Sep-14 4:27am    
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) I know this way...
What I asked is about "Converting" not about "Creating".
That's why in my answer I said, this will be a safer solution, not fully featured.
Leena 206 28-Sep-14 23:08pm    
thanks for ur answer... :) I have done that way only but i just wanted to know is their any other way
Cool. :) You can then mark it as answer.

Thanks,
Tadit
Leena 206 29-Sep-14 2:33am    
nope.. Actually I am not seeking for alternate way, I want to convert it..
suppose I have thousands of such pages, then coying content is not feasible solution..right?
thanks for your efforts ..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900