B
BobRoyAce
Let's say I have a form that shows data in a gridview. Further assume that
one or the columns in the grid is not data bound. What I want to do is, when
the user presses Enter while in the unbound column, or when they move off
the record, I want to interrogate the value in that column (for the record
they were on) and then insert a number of identical rows in the grid (at the
end) based on that number. For example, if they put a 2, I want to insert
two records identical to the one they were on when they entered 2. How could
I accomplish something like this?
one or the columns in the grid is not data bound. What I want to do is, when
the user presses Enter while in the unbound column, or when they move off
the record, I want to interrogate the value in that column (for the record
they were on) and then insert a number of identical rows in the grid (at the
end) based on that number. For example, if they put a 2, I want to insert
two records identical to the one they were on when they entered 2. How could
I accomplish something like this?