Url-encode in DataList

  • Thread starter Thread starter sjurmr
  • Start date Start date
S

sjurmr

Hi all,

I have a datalist containing an asp:Label which writes a link to the
list using codebehind. The link contains a jacascript and an encrypted
userid. The link looks ok in codebehind, but when the label is written
to the page, it somehow url-encodes the label-text and messing up my
encryption (which is already url-encoded). Is there some way I can
escape this encoding?

Regards,
Sjur Rondestveit, Norway
 
Thanks for answering. Tried to add the link using a Literal inside a
Placeholder, but still gets encoded. Any more ideas?

Regards,
Sjur
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top