Hi RutuPrash,
One quick question. do u want to get the text of ur anchor tag at server side?
if yes then u can refer page of UserCntrol using Me.Parent from ascx page.
now u want to fine the Master Page of the aspx page which u can find using
Me.Parent.Master and then u can use findControl Method.
if u want to access method of Master page which return the list of Text then u can create one public method in Master page and then call it like
DirectCast(Me.Parent.Master, <MasterPageClassName>).<PublicFunction>
Think and enjoy the power of OOP. It will lead to almost all solutions in ASP.NET which u generally not find in any other web language.
Cheers
Please mark as Answer if it helps u. Thanks!
Parth Patel
Techsture Technologies
Software Developer
Ahmedabad