How I can determine which content page requested from master page load method?for ezample I have content pages that use a master page.How I can determine which of these three pages requsted by user from master page?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can determine the content page from your master page by using the
ContentPlaceHolder'sPage property. The following code assumes that the content place holder on your master page is calledMainContent.