F
Fir5tSight
Hi,
I have a grid that displays a few columns of data obtained from a
stored procedure. Now under certain condition, I'll need to add an
additional column to the same grid whose data are obtained from a
second stored procedure.
After I put my code in, the second stored procedure seems to be called
when the condition is met. However, the additional column is still
missing from the grid.
I believe that I'll need to add the column to the grid specifically in
the code. However, I'll need to get the column added dynamically only
when the condition is met. Could anyone advise me on how to do this?
Thanks!
-Emily
I have a grid that displays a few columns of data obtained from a
stored procedure. Now under certain condition, I'll need to add an
additional column to the same grid whose data are obtained from a
second stored procedure.
After I put my code in, the second stored procedure seems to be called
when the condition is met. However, the additional column is still
missing from the grid.
I believe that I'll need to add the column to the grid specifically in
the code. However, I'll need to get the column added dynamically only
when the condition is met. Could anyone advise me on how to do this?
Thanks!
-Emily