User Profile
Collapse
-
bytelip started a topic What function to use to submit a param in URL that contains '&' w/o using %26?in ASP .NETWhat function to use to submit a param in URL that contains '&' w/o using %26?
When I do window.open(url ), I have to manually replace a value inside that url that contains '&' by '%26'. I am wondering whether there is a function on ASPNET side that I can manipulate that param value that contains '&' to containing '%26' without doing in javascript window.open(). URLEncode does not work nor URLPathEncode!
No activity results to display
Show More
Leave a comment: