Board index » Web Programming » Calenar Popup

Calenar Popup

Web Programming360
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


-
 

Re:Calenar Popup

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...



--

Regards,



HD



"Kelvin Nguyen" <haiaggie@neo.tamu.edu>wrote in message

Quote
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











-

Re:Calenar Popup

Kelvin Nguyen wrote:

Quote
----------------- (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



this article shows how:

http://aspalliance.com/articleViewer.aspx?aId" rel="nofollow" target="_blank">aspalliance.com/articleViewer.aspx=87&pId=1



--

Craig Deelsnyder

Microsoft MVP - ASP/ASP.NET

-

Re:Calenar Popup

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!





"Craig Deelsnyder" <cdeelsny@NO_SPAM_4_MEyahoo.com>wrote in message

Quote
Kelvin Nguyen wrote:

>----------------- (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



this article shows how:

http://aspalliance.com/articleViewer.aspx?aId" rel="nofollow" target="_blank">aspalliance.com/articleViewer.aspx=87&pId=1



--

Craig Deelsnyder

Microsoft MVP - ASP/ASP.NET





-

Re:Calenar Popup

well since he wants a popup thats a little off what he wants there :P





"Hermit Dave" <hermitd.REMOVE@CAPS.AND.DOTS.hotmail.com>wrote in message

Quote
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...



--

Regards,



HD



"Kelvin Nguyen" <haiaggie@neo.tamu.edu>wrote in message

news:erxZGGG2DHA.2408@tk2msftngp13.phx.gbl...

>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

>

>

>









-

Re:Calenar Popup

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



--

Regards,



HD



"Brian Henry" <brianiup[remove-me]@adelphia.net>wrote in message

Quote
well since he wants a popup thats a little off what he wants there :P





"Hermit Dave" <hermitd.REMOVE@CAPS.AND.DOTS.hotmail.com>wrote in message

news:%23JfLPMG2DHA.3140@tk2msftngp13.phx.gbl...

>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...

>

>--

>Regards,

>

>HD

>

>"Kelvin Nguyen" <haiaggie@neo.tamu.edu>wrote in message

>news:erxZGGG2DHA.2408@tk2msftngp13.phx.gbl...

>>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

>>

>>

>>

>

>









-

Re:Calenar Popup

Check out this article, here i have explained how to have popup calendar

very similar to your requirements

www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx">www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx



P.S: You need to have passport id to login to this msdn india site.



--

Saravana

Microsoft MVP - ASP.NET

www.extremeexperts.com







"Kelvin Nguyen" <haiaggie@neo.tamu.edu>wrote in message

Quote
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











-