Hi there,
How would i go about appending another string to this databinding expression:
<asp:HyperLink id=HyperLink2 runat="server" NavigateUrl='<%# DataBinder.Eval(((MobileListItem)Container).DataItem, "VehicleID") %>'>
For some reason it won't let me append any text at the start or end
I'd like to add "/fsmobile.aspx?id=" to the start of NavigateURL
I can't access the control from code as it's in a template column on a mobile control form...blah de blah
Many Thanks!
Rob
How would i go about appending another string to this databinding expression:
<asp:HyperLink id=HyperLink2 runat="server" NavigateUrl='<%# DataBinder.Eval(((MobileListItem)Container).DataItem, "VehicleID") %>'>
For some reason it won't let me append any text at the start or end
I'd like to add "/fsmobile.aspx?id=" to the start of NavigateURL
I can't access the control from code as it's in a template column on a mobile control form...blah de blah
Many Thanks!
Rob