T
Tina
I have an .XSD tableadapter whose GetData takes an int.32 argument. I
created an ObjectDatasource that uses the .XSD to retrieve the data. When
creating the ObjectDataSource it recognized that an Int32 argument was
needed. but in the code I can't see how to specify the parameter to the
ObjectDataSource. I can't find an example anywhere.
I tried odsRFranOrder.SelectParameters.Add("OrderID", System.TypeCode.Int32,
orderid); where orderid is an int32 but I get an error saying that my
argument should be a string!! When I make it a string it blows at run time.
Help!
T
created an ObjectDatasource that uses the .XSD to retrieve the data. When
creating the ObjectDataSource it recognized that an Int32 argument was
needed. but in the code I can't see how to specify the parameter to the
ObjectDataSource. I can't find an example anywhere.
I tried odsRFranOrder.SelectParameters.Add("OrderID", System.TypeCode.Int32,
orderid); where orderid is an int32 but I get an error saying that my
argument should be a string!! When I make it a string it blows at run time.
Help!
T