Click here to Skip to main content
15,921,452 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello sir.
i create a master page.
and i create a aspx page .
when ever iam executing aspx page. master page is going back side of the aspx page. i am not understanding what is happening.please tell me why it is happeing like this.
Posted
Comments
Hiren solanki 6-Oct-10 8:36am    
how it is going backside of aspx, are they opening two seperate forms ?
Ankur\m/ 6-Oct-10 8:48am    
If I am getting you right, that's expected behavior. Search Goolge for 'master page asp.net' and read the articles/tutorials/examples.

The aspx page essentially provides content for the master page in the form of placeholders. If your aspx page is doing weird display stuff, you could be blowing away the master page content.

Start a new project with simple content, and try to see what you're doing wrong in your code.
 
Share this answer
 
Please, read those link
Click


Click
 
Share this answer
 

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