|
 |
aspx thread: Calendar integration
Message #1 by "Ajay Varghese" <reese@b...> on Sun, 3 Dec 2000 00:14:40 +0530
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_003E_01C05CBE.07C0EE80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
Is there some straight forward way in ASP.Net to integrate the Calendar
Control with a Text box?
Currently I display the calendar control which occupies a lot of space
on the screen. Instead, I could use a text box with a small command
Button. I could display the calendar (in a window or a Layer) on Click
of the Button. And when the user selects a date in the calendar object,
I could populate the selected value into the Text box and hide/close the
calendar control.
But I was just wondering if there is some other straight forward method
of doing this in ASP.Net. Anybody out there aware of something like
this?
Thanks,
Ajay
Message #2 by "Dave Sussman" <davids@i...> on Thu, 7 Dec 2000 08:58:36 -0000
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_000B_01C0602B.E285BE90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
What we have here is the idea of fitting the Windows programming
paradigm to Web applications, and I fall into this trap often. It's
pretty easy to hide the calendar control, but then you've the problem of
how to display it. Showing it on the page somewhere again mean the
real-estate problem - you can simply set the style attributes to hide
and unhide it. I'm never really happy with the pop-up window idea - from
a usability point of view I always think it's too intrusive and too easy
to click outside the pop-up window and move it to the background. If you
do take this approach, then you could easily just post-back to the
original page with the Date as a QueryString variable and fill in the
appropriate field.
Dave
"Ajay Varghese" <reese@b...> wrote in message
news:22382@a...
Hi,
Is there some straight forward way in ASP.Net to integrate the
Calendar Control with a Text box?
Currently I display the calendar control which occupies a lot of space
on the screen. Instead, I could use a text box with a small command
Button. I could display the calendar (in a window or a Layer) on Click
of the Button. And when the user selects a date in the calendar object,
I could populate the selected value into the Text box and hide/close the
calendar control.
But I was just wondering if there is some other straight forward
method of doing this in ASP.Net. Anybody out there aware of something
like this?
Thanks,
Ajay
Message #3 by "Senthil Malathi" <senthil.malathi@a...> on Mon, 11 Dec 2000 15:10:45 +0400
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0017_01C06384.897A2410
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
A server side calendar ctrl similar to MS Date Time Picker would be nice
option if available.
-----Original Message-----
From: Dave Sussman [mailto:davids@i...]
Sent: Thursday, December 07, 2000 12:59 PM
To: ASP+
Subject: [aspx] Re: Calendar integration
What we have here is the idea of fitting the Windows programming paradigm
to Web applications, and I fall into this trap often. It's pretty easy to
hide the calendar control, but then you've the problem of how to display it.
Showing it on the page somewhere again mean the real-estate problem - you
can simply set the style attributes to hide and unhide it. I'm never really
happy with the pop-up window idea - from a usability point of view I always
think it's too intrusive and too easy to click outside the pop-up window and
move it to the background. If you do take this approach, then you could
easily just post-back to the original page with the Date as a QueryString
variable and fill in the appropriate field.
Dave
"Ajay Varghese" <reese@b...> wrote in message
news:22382@a...
Hi,
Is there some straight forward way in ASP.Net to integrate the Calendar
Control with a Text box?
Currently I display the calendar control which occupies a lot of space
on the screen. Instead, I could use a text box with a small command Button.
I could display the calendar (in a window or a Layer) on Click of the
Button. And when the user selects a date in the calendar object, I could
populate the selected value into the Text box and hide/close the calendar
control.
But I was just wondering if there is some other straight forward method
of doing this in ASP.Net. Anybody out there aware of something like this?
Thanks,
Ajay
|
|
 |