M
MU
Hello,
I have a DetailsView on my form and I have a CheckBoxList that the
user can use in Insert mode. I need to take the values that were
selected from the CheckBoxList and insert them into another table
along with the NEW record id that is generated from the Insert from
the DetailsView.
How do I get access to the new record's ID after you click Insert so
that I can do the update to the other table? Is there a function that
I should use and what value do I check?
Thoughts?
I have a DetailsView on my form and I have a CheckBoxList that the
user can use in Insert mode. I need to take the values that were
selected from the CheckBoxList and insert them into another table
along with the NEW record id that is generated from the Insert from
the DetailsView.
How do I get access to the new record's ID after you click Insert so
that I can do the update to the other table? Is there a function that
I should use and what value do I check?
Thoughts?