G
Guest
hey all,
i'm in the code-behind for my web page and i have a gridview bound to a
custom object. i have an add new record on the footer template.
my custom object accepts an Employee object but i'm not sure how to pass this:
i'm thinking something like this but it's not working.
Me.ObjectDataSource1.InsertParameters.Add(Employee)
any ideas?
thanks,
rodchar
i'm in the code-behind for my web page and i have a gridview bound to a
custom object. i have an add new record on the footer template.
my custom object accepts an Employee object but i'm not sure how to pass this:
i'm thinking something like this but it's not working.
Me.ObjectDataSource1.InsertParameters.Add(Employee)
any ideas?
thanks,
rodchar