P
Paul
Hi I am using a dataobject and trying to add two select parameters as follows:
ObjectDataSource1.SelectParameters.Clear();
ObjectDataSource1.SelectParameters.Add("DepartmentID", ("1");
ObjectDataSource1.SelectParameters.Add("Active", "1");
I get the error message that makes it appear that the parameters are not
being added, thanks.
ObjectDataSource1.SelectParameters.Clear();
ObjectDataSource1.SelectParameters.Add("DepartmentID", ("1");
ObjectDataSource1.SelectParameters.Add("Active", "1");
I get the error message that makes it appear that the parameters are not
being added, thanks.