Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a master page say mp.master, i have two content page say cp1.aspx and cp2.aspx

when i open cp1.aspx then the url show mp.master.

when i open cp2.aspx then the url show mp.master.

how can i do this?
Posted

1 solution

You need URL Rewriting.

Read these:
URL Rewriting with ASP.NET[^]
MSDN: URL Rewriting[^]

OR

Read about, In ASP.NET 4.0: URL Routing[^]
 
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