Hi I am using a dataobject and trying to add two select parameters as follows:
ObjectDataSourc e1.SelectParame ters.Clear();
ObjectDataSourc e1.SelectParame ters.Add("Depar tmentID", ("1");
ObjectDataSourc e1.SelectParame ters.Add("Activ e", "1");
I get the error message that makes it appear that the parameters are not
being added, thanks.
--
Paul G
Software engineer.
ObjectDataSourc e1.SelectParame ters.Clear();
ObjectDataSourc e1.SelectParame ters.Add("Depar tmentID", ("1");
ObjectDataSourc e1.SelectParame ters.Add("Activ e", "1");
I get the error message that makes it appear that the parameters are not
being added, thanks.
--
Paul G
Software engineer.
Comment