Hey guys, I'm working on a project where admin users can update database information, and from one page to the next the primary key and its value are passed in the QueryString. Problem is that a few of the database entries have characters like the '+' as the primary key, and when '+' is passed in the QueryString I can't seem to pull it onto the new page. Of course escape and unescape don't work for '+','/', etc.. So is there anyway of getting around creating my own encription for these few characters on my page?? Thanks.
- Chris
- Chris