passing a form or querystring value
Hi i am using the jquery image upload and C# from this example
http://valums.com/ajax-upload/
i need to get hold of form value and a querystring value i have tried
int compId = int.Parse(context.Request.QueryString["id"].ToString());
but i get a object reference error, any ideas what i need to do?