5
Answers

Input String not in a correct format

Hi

ID is of int type

hdFld.Value = Request.QueryString["val"];
Result.ID = int.Parse(hdFld.Value);

Thanks

Answers (5)