You must Sign In to post a response.
  • Category: XML

    How to convert label to hyperlink ?


    Are you looking for a way to convert label to hyperlink ? then read this thread to know more about it



    HI I have a custom panel



    XML CODE:

    <Field row="2" col="" colspan="" ctrl="custompanel" displaytext="lblBuildingClient" id="pnlBuildingClient"
    cssclass="Normalhdr3" dbField="" container="pnlClientMain" containedin="Panel1"/>


    Is there a way I can make the lblBuildingClient to be converted to Hyperlink?

    the lblBuildingClient is under the .RESX file.
  • #734865
    You can not convert a lable to link in RESX file.

    if it is placed in your page simply place the lable between a tag as



    < a href=""> <label> </a>

    Thanks & Regards
    Anil Kumar Pandey
    Microsoft MVP, DNS MVM


  • Sign In to post your comments