T
thomson
Hi ,
i have a function which takes object as a parameter
eg: getCustomers(Customer objCustomer)
i have a gridview which inturn calls a objectDataSource which calls
getCustomers(Customer objCustomer)
How ever i have to send some parameters like objCustomer.Custid=
Somevalue to the objectDataSource,
How do i specify the values for the same
thanks in Advance
thomson
i have a function which takes object as a parameter
eg: getCustomers(Customer objCustomer)
i have a gridview which inturn calls a objectDataSource which calls
getCustomers(Customer objCustomer)
How ever i have to send some parameters like objCustomer.Custid=
Somevalue to the objectDataSource,
How do i specify the values for the same
thanks in Advance
thomson