S
Steven Blair
When I hit a button inside my FormView which has Insert as its Command
Name, my Insert statement is executed with the correct parameters (the
events Inserting & Inserted are fired).
But I need the Insert to be fired at the end of my wizard, so attempted
to call .Insert() manually. When I do this, all my paramters are null
Anyone know what I am doing wrong? Is there is some other step required
to populate the parameters which is missed out by directly calling
.Insert()?
Thanks in advance.
Steven
Name, my Insert statement is executed with the correct parameters (the
events Inserting & Inserted are fired).
But I need the Insert to be fired at the end of my wizard, so attempted
to call .Insert() manually. When I do this, all my paramters are null
Anyone know what I am doing wrong? Is there is some other step required
to populate the parameters which is missed out by directly calling
.Insert()?
Thanks in advance.
Steven