ASP.NET pop up window

  • Thread starter Thread starter semesm22
  • Start date Start date
S

semesm22

hey all, i have a calendar control on my web form, and what i want to do
is create a pop up window that will display the date the user chose, as
verification that the user chose the correct date, and didn't click on
some other date by mistake...

so i need two buttons in the pop up window, one to Confirm and another
to Cancel, and if Confirm is pressed, then return to the main form with
the date still saved...if cancel is pressed, then return to the main
form so the user can choose another date

can anyone help with this

thanks

sam
 
Back
Top