AJAX :: Allow User To Select Time In Calendar Control?
Nov 16, 2010I need to add time picker in web form i'm using ajax CalendarExtender it have option Format but didn't allow me select time
View 6 RepliesI need to add time picker in web form i'm using ajax CalendarExtender it have option Format but didn't allow me select time
View 6 RepliesProbably the solution is very simple but can't find a solution in the web about this... Is there a way to select time in the Calendar extender? Need to specify also the time when a user select the date.
View 1 RepliesI am starting doing my website project with ASP.NET Calender control, and i have encounter a problem in specify day that user can selec. In scenario 1, user cannot select weekend. As scenario 2, user can only select Tuesday and Thursday only for every month
[Code]....
i have refer to link below but still no idea how to let user select only tuesday and thursday. [URL]
How can i get both date and time using Ajax calendar extender in ASP.Net,C#.
View 1 RepliesIs there any way to do this? I can't find anything to latch on to.
View 2 RepliesI am using a Calendar Extendar with in a user control and I am loading this user control on a aspx page dynamically. But after a post back event I am getting following error: calendar extendar may not register after post back.
View 2 Repliesam developing an application using asp.net+ajax.i used calender extender control to select date and showing that date in a text box.my requirement is when select date from the previous year (i.e 2009) from the calender extender control...then a message should show like"you should not select the previous year date" and immediately current day date should fill in textbox.
View 4 RepliesCurrently, I am using Calendar control on ASPX page. Instead, I want to use AJAX Calendar Extender control because of the animation effect and the way it moves between years making if much more impressive than Calendar control.Is it possible to display Calendar extender on page permanently, just like Calendar control?
View 2 Replies[Code]....
i m using calenderExtender control, here i want to restrict the user not able to select future date its also working fine , now i want to restrict the user cant select future date than current day+7 (next day)
for ex:
if today is 10 march then he can select next 7 days means till 17 march bt he cant select 18 march
i am using calender control in asp.net. in this i want to get both current time and current date. how can i do this? i am using the language c#.
View 2 RepliesI'm using ajax calendar extender to store an event in database. I also need the time of event, when i select the date.. Is there anyway to display both date and time using ajax calendar extender?
View 2 RepliesI am designing a website and on it there are textbox fields that I need to capture the dates. I want the client to select from the calendar. How best can I do this. I am using web forms with vb.net 4.0 framework
View 1 Replieshow to keep selected multiple days in calendar control?
View 2 RepliesI am using a Calendar extender in a modalpopup when i click the image button the calendar extender should be displayed and when i click a particular date that date should be displayed in the textbox its working but what my problem is when i click the image button for the first time the calendar extender is displayed in the back side of the modal pop hence i am unable to select a particular date. but when i click the same image button for the second time the calendar extender will be displayed correctly.
View 2 Repliesi am using calendarextender .i need to get the date & time when a particular date is selected or is there anything similar to calendarextender which can occupy less design space & give date & time
View 5 RepliesIs it real and how can I think about it.To make so the user will select only the month and year, not date, because he need a period on full month, not some date. here is simple control ...
<asp:TextBox ID="TextBox3" runat="server" />
<asp:CalendarExtender ID="TextBox3_CalendarExtender" runat="server"
Enabled="True" TargetControlID="TextBox3" />
but Calendar selects the day ... I need select the month.
When I select a date on a calendar control it opens a new login page, here is the sequnce of events.
1. Login using the login page
2. Click on a hyperlink and open a popup window
3. On the popup window I click on a text box which opens a modal window with a calendar, when I click on the calendar it opens another instance of the web browser with the login page and I am not able to capture Calendar1_SelectionChanged events,
Code which opens the modal window:
[Code]....
Definition of Calendar in Calendar file:
[Code]....
I am trying to figure out a way for user to select a time on a form. The Caledar allows selection of Date but not time. I have though about createing a dropdown and manually put in items of time in 5 minute increments but, i really do not want to do that. Beside, I am not sure it would even work. Could I take a Date (from a calendar control and Add the Time from a Dropdown and store that in a DateTime Field.
I need users to be able to select a Date & Time and then store that value in a DateTime field in my SQL table. I saw something called timepicker.dll out on the web but dont have a clue on how to install in on my web-server or asp.net application What I am asking for is pointers on where to start.
ma using ajax toolkit calender extender and I wonder how I can make some dates unable to select. Lets say, today is 17.07.10 and I want before 15.07.10 dates to be unselctable. how could I do that?
View 1 RepliesI made a website for a friend and he uploads a lot of pictures, around 20k per month. And sadly, I made it so he has to upload 1 at a time, because when they are uploaded they are renamed, attached to a group id and watermarked. Is there a way to allow him to select all 20 in a group and have them be uploaded and processed? I've looked into a couple of way to do it, mostly flash, and that will not work since we are renaming and added the newly created name to the db. Adding addition upload controls is not a solution. If we need to make a desktop application that does the uploading, that is alright as well, but we'd like to keep it all in the asp.net environment.
View 1 Repliesi am trying to allow a user to select a date and time, and then store that value into a access database whose data type is date/time
1) i have the datetimepicker setup but it only allows for a date to be selected, is there a property that needs to be set to allow for a time to be selected as well
2) what is the best way to extract the date and time and properly convert it to the date/time format the access db is expecting
Why calendarExtender shows dirty calendar for the first time? (see the image) How to fix it?
View 2 Replieshow to show date and time in text box using calendar control
View 5 RepliesI have made a calendar extender that is hooked to a textbox and is activated when you click on a img button. But when ever you click on it the first time it shows and then immediately disappears.
View 3 RepliesI am using Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005.I am using 2 Ajax Calendar Extender in my page. I am using a text box and html image control and setting the TargetControlID to the test box id and the PopupButtonID to the image control name. When i click the first image the calendar pops up and without choosing a date if i click the second image the second calendar control opens on top of the first calendar control. Is there any way i can make the previous one disappear without choosing a date leaving the calendar control associated with the last image clicked.
View 2 Replies