I am trying to use a formview bound to an ObjectDataSource, in the formview I use a couple of hidden fields which hold values required for an insert.
I set the value of these fields server side during a TextChanged event on a devexpress ASPxGridLookup.
However during the Inserting event these fields are present but no value is given.
I am trying to figure out what has happened here and I can see that the hidden fields do not maintain their set values.
Any help would be much appreciated.
thanks.
Kieran