5
Answers

Input String not in a correct format

Photo of Jagjit Saini

Jagjit Saini

3y
639
1

Hi

ID is of int type

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

Thanks

Answers (5)