Loading...

RE: Creating Hyperlink in QListView Webpart

RE: Creating Hyperlink in QListView Webpart

#6131
Anonymous
Anonymous
Participant

Thanks for your reply.

I still have an issue and get the 404 error, page not found. I have updated the code:

<Fields>

  <Field Name="Abstract" Width="60%" />

  <Field Name="Title" Title="Title" LinkTo="&lt;%URL%&gt;" LinkToOpen="NewWindow" GroupExpanded="false" />

</Fields>

The exact issue which I am seeing is that when I click on the link, the url is coming twice for exanple: http://abcserver:1000/abc/xyz.htm,%20http://abcserver:1000/abc/xyz.htm.

As you can see in the above case, the url is repeating. This is the smilar  issue what I was facing with the Calculated value.

Please let me know if you need more details.