I am trying to bind the anchor tag link to my source.
Actual need is I am having XML attributes such as <btnVal>
and <Link>
,
Here Button Val holds the value of Learn More that be displayed to us and link is the href on click where the link should go.
But there am facing a problem in binding this both to the same id.
This is what I have tried.
I need some help.