R
rkmoray
I am using c# codebehind. I need a confirm box to determine if the
data is to be saved or not.
Ho do I determine which button was seleected?
RegisterStartupScript("startupScript", "<script
language=JavaScript> if (confirm('This will replace the existing
data table for the selected date and time. Are you sure you with to
continue')) ; </script>");
data is to be saved or not.
Ho do I determine which button was seleected?
RegisterStartupScript("startupScript", "<script
language=JavaScript> if (confirm('This will replace the existing
data table for the selected date and time. Are you sure you with to
continue')) ; </script>");