Click here to Skip to main content
15,895,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have asp.net application. it shows me following error. what is solution for this exception??

The 'url' property had a malformed URL: /Builder++Config/DocumentKeys/ShowDocumentKeysTable.aspx?.
Posted

1 solution

My guess is the 2 pluses next to each other.

You'll want to use Server.UrlEncode() when you build a url so that any special characters are encoded properly.

https://msdn.microsoft.com/en-us/library/ms525738%28v=vs.90%29.aspx[^]
 
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