calender problem

  • Thread starter Thread starter Roel
  • Start date Start date
R

Roel

Hello

How can I open from a page, another page on which I display a calender.

I then want that the user picks a date and the chosen date must appeat in a
textbox on the initial page.

So, the calender and the textboxes are on different pages.

Many thx for your help !
Roel
 
-----Original Message-----
Hello

How can I open from a page, another page on which I display a calender.

I then want that the user picks a date and the chosen date must appeat in a
textbox on the initial page.

So, the calender and the textboxes are on different pages.

Many thx for your help !
Roel


.
Send with a querystring
 
It sounds like you are trying to build a popup calendar. Unless you are
doing this to learn the technology, there are many textboxes with popup
calendars available. Some popup without a separate window. Some even avoid
posting back as you click on dates or change months (Microsoft's calendar
posts back). Most have been debugged and created with lots of user input.
Mine is Peter's Date Package
(http://www.peterblum.com/datecontrols/home.aspx). Others can be found in
the Control Gallery in www.asp.net, www.123aspx.com, and www.411asp.net.

--- Peter Blum
www.PeterBlum.com
Email: (e-mail address removed)
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
 
Back
Top