Calenar Popup

  • Thread starter Thread starter Kelvin Nguyen
  • Start date Start date
K

Kelvin Nguyen

Hi everyone

I'm making page which will provide date for the user. I would like to use
calendar provided by .NET.
It should look like this

----------------- (icon)

I would like to know after user hits calendar icon, then a calendar pops
up, user selects their interest date, and after that it will automatically
fills in the form for them.

My question is how to make it pop up.

Thanks for help
 
well the easiest way would be to assign calender control on to a div
element...
and mark that div tag as invisible...

at run time.... when you use clicks the button... change the visibility of
the div..

make it invisible after reading the selected value...
 
I duno how many times i asked in here for something like this and no one
gave a link that was like that... just 'alternate' ways to do it... thanks
for the link!
 
well it kinda depends on popup innit.... :)

though i think i did miss that word... oh well... what the heck.... toggling
the visibility would be fun... and beware of the popup killer as a part of
xp sp2
 
Back
Top