5
Answers

Input String not in a correct format

Jagjit Saini

Jagjit Saini

2y
595
1

Hi

ID is of int type

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

Thanks

Answers (5)