PopUp-Calendar-Control

  • Thread starter Thread starter Rudi Hausmann
  • Start date Start date
R

Rudi Hausmann

Hi!

I am looking for a free pickUp Calendar control, which works well. It
shall also work within GridViews, AJAX, etc.
Any suggestions?

Thanks a lot

Rudi
 
Hi Torben,

Thanks for the information. The calendars are great, but I would need
calendars easily usable for asp.net. E.g.
<asp:PopUpCalender SelectedDate='<% bind("date") %>' />

So I have to search further...

Kind regards,
Rudi
 
but I would need calendars easily usable for asp.net. E.g.
<asp:PopUpCalender SelectedDate='<% bind("date") %>' />

???

Why...?

What possible difference could it make...???
 
Mark said:
???

Why...?

What possible difference could it make...???

ASP.Net controls can be dragged and dropped during development. They can
be bound, etc.

Maybe you know how to achieve this with the js-calendars using Visual
Studio?
 
ASP.Net controls can be dragged and dropped during development.

So you might save yourself, maybe, half a second each time...? Don't you
know how to copy and paste...?
Maybe you know how to achieve this with the js-calendars using Visual
Studio?

All the JavaScript calenders I've ever seen work with either a TextBox or
Label - they can certainly be databound...
 
Mark said:
So you might save yourself, maybe, half a second each time...? Don't you
know how to copy and paste...?

All the JavaScript calenders I've ever seen work with either a TextBox or
Label - they can certainly be databound...

Yep, I checked the calendars and you are right. Only a question of copy
and paste.
Also localization is supported by one of these calendars.
 
Yep, I checked the calendars and you are right. Only a question of copy
and paste.
Also localization is supported by one of these calendars.

All is well, then - happy days... :-)
 
Wow, really nice components! Gotta test their multi-langauge feature!
Thanks for the source, Stuart...
 
Back
Top