hello to all
i have a master page(masterpage.master) and a simple aspx(login.aspx) page that is not created by master page and now i want to access control of master page on simple aspx page.how can i?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Jul 28, 2010, 9:16 AM
if your login.aspx page is not inherited from master page then how can you find control in master page from a page i.e. just no related to Master.
its just like you want to access the member of a protected class without inheriting it.
Well what is your scenario where you have to do like this?? please specify may be another way will help in getting things done.