A
Adam J Knight
Hi all,
I am having trouble converting query string values to int like so:
intValue = (int) Request.QueryString["QuestionID"];
I keep getting the error, cannot convert string to int...
How can i do this??
Cheers,
Adam
I am having trouble converting query string values to int like so:
intValue = (int) Request.QueryString["QuestionID"];
I keep getting the error, cannot convert string to int...
How can i do this??
Cheers,
Adam