1
Reply

accesing nested master page control

Hazel Mahmud

Hazel Mahmud

Jul 31 2017 3:46 AM
186
hello.. i have asp.net c# page that use nested masterpage. how do i do to access the nested masterpage anchor href text(the red text) from the main masterpage if i click one of the <li>. Please give example. i really need help. TQ in advance. 
 
eg:
 
<li><a href="../ifas/query_payment.aspx">Claim</a></li>
<li><a href="../ifas/query_pendahuluan.aspx">Advance Payment</a></li>
<li><a href="../ifas/query_kenderaan.aspx">Vehicle Loan</a></li>
<li><a href="../ifas/query_komputer.aspx">Computer Loan</a></li>
<li><a href="../ifas/query_perumahan.aspx">Housing Loan</a></li>
 

Answers (1)