E
Ed
I have a new requisite from a client that wants to give the user the
option to about a databind based on number of returned rows.
if ds.rows.count < 1000 then
dg.databind()
etc.
They want a message box to popup and let the user choose to abort the
operation or let them continue with the long databind.
This is where I am at a loss as to how to display a popup asking the
user if he/she wants to continue with the long and memory intense
process. Get the value back from the popup, and bind the grid or
bypass the bind based on the return value.
Any help greatly appreciated.
option to about a databind based on number of returned rows.
if ds.rows.count < 1000 then
dg.databind()
etc.
They want a message box to popup and let the user choose to abort the
operation or let them continue with the long databind.
This is where I am at a loss as to how to display a popup asking the
user if he/she wants to continue with the long and memory intense
process. Get the value back from the popup, and bind the grid or
bypass the bind based on the return value.
Any help greatly appreciated.