I have a table on an asp page, when you select the amend link it takes the variables from that line and passes them across to another page.
On this page I use Request.Querystring and get the variable but then I want to put it into a text box to enable the user to amend, however it would seem that it doesn't get past the 'space'. I.e. If someone's name is Jo Bloggs, all you get in the text box is Jo?. I've messed around and substituted the space with a '_' and it works then, can someone please help as this is driving me mad!
On this page I use Request.Querystring and get the variable but then I want to put it into a text box to enable the user to amend, however it would seem that it doesn't get past the 'space'. I.e. If someone's name is Jo Bloggs, all you get in the text box is Jo?. I've messed around and substituted the space with a '_' and it works then, can someone please help as this is driving me mad!