Author: TabAlleman | Posted on: 7/2/2010 10:37:12 AM | Views : 980

I am trying to use a WebClient to get the content of another webform in my project.   I am using a WebClient because I want to do this asynchronously, so if there is a better way to do that, I am open to it.
My webclient, however, is erroring with the "Illegal characters in path" error.   Looking at it in the debugger, I see that this is the URI string I am using:  
"PortfolioDetail.aspx?CCSG=True&Open=False&Plcmt=2008-Aug "
I don't see any illegal characters in it... what am I doing wrong?
...

Go to the complete details ...