Hi
ID is of int type hdFld.Value = Request.QueryString["val"]; Result.ID = int.Parse(hdFld.Value);
Thanks