Quote:
quote:Originally posted by pran
<a href="pAGE1?LABELID="+THIS.LBLaid.TEXT> link to page 1 with label as query string </a>
|
How is this setup in your original page? For example, do you use a literal to create this? If so, in your code behind you would do:
ltrl.text = "<a href=""pAGE1?LABELID=" & lblaid.text & """>link to page 1 with label as query string</a>"
J