Ok, here's probably an easy one....
I have a querystring that I'm using and it has a variable called something like name=? with the ? being whatever the variable can hold. The problem is if the user puts in the hole name say "Joe Blow" when the querystring is passed it stops at "Joe". I is there a way to keep it together. And for anyone that might ask, yes it does have to be together, this is actually for a search method and if the user opts to put the full name it I want them to be able to do it.
Thank you in advance for answering!!!