Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friend
i have a problem with my project. I am inserting some text in database sql server encrypted form.. like this..
Quote:
Q15%25A5choice%25A5An%2520investor%2520believes%2520that%2520an%2520
investment%2520of%2520%25243.2%2520
million%2520in%2520a%2520venture%2520capital%2520project%2520will%2520pay
%2520%252442%2520million
%2520at%2520the%2520end%2520of%25205%2520years.%2520The%2520probability
%2520of%2520failure%2520of
%2520the%2520venture%2520capital%2520project%2520in%2520each%2520of%2520
the%2520five%2520years


Now during display time i want to display like this..........
Quote:
Question: Hedge funds with successful past records are included in hedge fund managers’ data and those with poor past records are excluded. This is a limitation and this bias in performance data can be best explained as:

Answer Selected: Self-selection. (1 point)


Result: correct

Time Taken to Answer: 0000:00:12 (HHHH:MM:SS)




But I unable to convert, how can i split this unicode string in normal text.

Please can one help me, give code or any ideas.

Thanks in advance
Posted

1 solution

It is not encrypted, it is encoded. Just use Server.UrlDecode().
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900