H
Hugo Flores
Hi,
Is it possible for the ObjectDataSource to work with a user created
object's properties.
To clear things up, here's the scenario
I have an object car, property make
Is there a way for my ObjectDataSource to pass the make of the car to
a function GetCarProperties(), through the ObjectDataSource
parameters?
Or does the parameters only work if they are passed to the function
GetCarProperties(make, model, etc)
Thanks
Is it possible for the ObjectDataSource to work with a user created
object's properties.
To clear things up, here's the scenario
I have an object car, property make
Is there a way for my ObjectDataSource to pass the make of the car to
a function GetCarProperties(), through the ObjectDataSource
parameters?
Or does the parameters only work if they are passed to the function
GetCarProperties(make, model, etc)
Thanks