Click here to Skip to main content
15,906,081 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i want Accessing Master page method into Child page asp.net 4.0
kindly resolve any one.
Thanks
Posted

1 solution

Hi Dear put this line in Content page

ASP.NET
<%@ MasterType VirtualPath="~/Site1.Master" %>


and by this line you can access all properties and methods of MasterPage.
C#
this.Master.GetValue();


if it's helpful give me some points.
Thanks
 
Share this answer
 
v3
Comments
Raje_ 19-Feb-13 3:22am    
+5, only because you want some points.
Asim Mahmood 19-Feb-13 3:25am    
no dear it's not necessary what you think CodeProject will give me bundles of money or else, i am just analyse myself. If it's helpful for you then you just tell me. what i am?

Thanks

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