I have two pages. one generates a tables of results based on parameters sent through the querystring by the other.
I want to perform a match method on these parameters, which requires the parameters to be strings (which is what I thought they would be). However, the match method failed and when I returned the typeof(parameter) to the screen it gave me 'object'. I've tried using parameter.toString(), I've tried creating a temp variable as a String() and assigning the parameter value to it but it seems whatever I do I just can't get those parameters to behave like strings... I'm begging you, HELP ME!!!
Matt
Tubedale Communications Ltd (Bristow-Solutions (Software Developer
I want to perform a match method on these parameters, which requires the parameters to be strings (which is what I thought they would be). However, the match method failed and when I returned the typeof(parameter) to the screen it gave me 'object'. I've tried using parameter.toString(), I've tried creating a temp variable as a String() and assigning the parameter value to it but it seems whatever I do I just can't get those parameters to behave like strings... I'm begging you, HELP ME!!!
Matt
Tubedale Communications Ltd (Bristow-Solutions (Software Developer