How do you do this?
I have a page with the SqlDataAdapter, SqlConnection and a DataSet bound to the DataAdapter. (I can get this to work in another page that uses a SP without a parameter.) In the SqlDataAdapter I set the Parameter in the SqlParameter Collection Editor but I get the following error:
Input string was not in a correct format.
Line 60: SqlDataAdapter1.Fill(DataSet21)
even tho i have set it to an int in the SqlParameter Collection Editor and where I access the value from the request object.
Thanks In Advance
Rich
I have a page with the SqlDataAdapter, SqlConnection and a DataSet bound to the DataAdapter. (I can get this to work in another page that uses a SP without a parameter.) In the SqlDataAdapter I set the Parameter in the SqlParameter Collection Editor but I get the following error:
Input string was not in a correct format.
Line 60: SqlDataAdapter1.Fill(DataSet21)
even tho i have set it to an int in the SqlParameter Collection Editor and where I access the value from the request object.
Thanks In Advance
Rich