Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi frnds,
I need a coding for disable a url or encrypting a url in javascript..in my site the url display all value that enter by user...

So disabling or encrypt the url will be a good idea i think....

So anyone give solution for this.....
Posted
Comments
DaveAuld 9-Jul-12 6:50am    
I don't think you have thought through what you are trying to do..............

Refer:
encodeURI()[^] and encodeURIComponent()[^] Function

Also refer a CP article:
Query string encryption for ASP.NET[^]

Another one:
URL Encryption in ASP.NET[^]
 
Share this answer
 
You need URL Rewriting.

Read here:
URL Rewriting with ASP.NET[^]
MSDN: URL Rewriting[^]

OR

Read about, In ASP.NET 4.0: URL Routing[^]
 
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