How To Create Calender Control With Multiple Months
Nov 3, 2010i want to create calender control with multiple months.i search so many website. i got a solution using jquery. i didn't get clear solution.
View 5 Repliesi want to create calender control with multiple months.i search so many website. i got a solution using jquery. i didn't get clear solution.
View 5 RepliesI have requirement to show two calander months in same JavaScript pop up. when user click start date, then open popup window then it should display the current month and next month. then user has to chanse select either this month or next month date in the same window.
View 4 RepliesIs it possible to customize Ajax Calender Extender control ?. I want it to disable some dates and show only four month (Jan,Feb,Nov,Dec) while it load.
View 1 RepliesI am using Ajax calendar control, my client requesting me to show 2 months at a time when calendar control gets populated. Please tell me how to show multiple months using Calendar control
View 2 RepliesI need to create a day view calender like google in my application but i dont know how do i create that. i mean there must be some controls for that instead of writing lengthy codes...
View 3 RepliesIn my asp.net application there is a requirement where there is a textbox and right next to the textbox there is a calender image. When i click the calender image a calender should come up and i should be able to select a date in a month.Normally i could use AjaxcontrolToolkit calender control, but the problem here is that here i have to show two consecutive months together side by side. And there is an arrow at the left side of one month and an arrow at the right side of the other month so that i can navigate to other months.
View 1 RepliesI need to create asp.net web application in which i have to show Calendar that displays all months of year with Navigation buttons like Next, Previous to move on next years months. Is there ficibility to modify asp.net calendar control to show all months of a year?
View 3 RepliesI want to highlight the dates corresponding to an event (eg Jan 5-Jan 10) when the user clicks on the calendar extender.
ALso is it possible to restrict the the dates that can be selected from the calendar extender?
i want to add a small calender to the side bar of my website, it should have a small label below it.
The Label should retrieve data from the database when the corresponding date is selected.
I have a AJAX calendar control it shows selection for specific date.
However I have an input control to key in just month. Can we modify the behavior of Calendar control to show only month/year selection but not the dates ?
On my X Axis, I have months. The chart shows up to 11 points, i.e. Jan - Nov of the same year, but when I add 12 points (Jan - Dec), it will do an auto label thing and change the interval for every 4 months.
How can I change the graph so that it shows 12 months before it does the auto labels?
Here is the server control code I am currently using.
[code]....
how to use the calender control using ajax.
And also i have one more question....Does ajax is the efficient way to display to Display the calender?
How to use Calender Control using JQuery.
View 1 RepliesHow to disable Sunday in asp.net calendar control? I am using C#.
View 1 Repliesi want a calender controle without javascript..
i use it for mobile browser( mobile application).becoz javascript n css is not run on many mobile browser..
How to display Next month in Calender Control?.
View 4 RepliesI have a data on my Standby _ Table look like this in database
ID
EMP_NO
YEAR
[code]...
i need a form in such a manner that if uesr select 1 it create 1 small form/panel on web page if select 2 it will create 2 small form/panel on web page etc etc
[code]....
then i need to store record thenin database when user fill run time form/panel etc etc
How to change the color in calender control's cell(After saving Data in DB...). I need different color in particular cell(Saved Date)..
View 2 RepliesI would like to set a default date, not the current date ( say 31/11/2011) for the calender control. What date format should I be using for the datetime variable so the calender control accepts the date. I have tried using the following date format but I keep getting the error: String was not recognized as a valid DateTime.
[Code]....
Or is there another way to set a date for the calender control.
how to insert date using calender control into sql server.
View 1 RepliesWhen I run my page and select a month with the small arrows, I get the year view instead. It looks like the width of the year is too wide and overlapping the arrows as the year is still highlighted when I hover over the arrows.It may be that theres some css styling thats overriding somewhere but how can I set the width of the year section.
View 1 RepliesHow to show next month by default using calender control
View 4 RepliesI've a dataentry screen where I've to give the users aprovision to enter date and for doing that I've used a DatePicker control. The problem is when I'm clicking on the next/prev button to change the month of the calender, the calender is not staying on the screen. So in order to select other month the user has to re click on the button. find below the stepwise description of the problem I'm facing.
1. I click on the calender icon and the calender popps up.
2. Now user tries to navigate months (i.e June to July or June to May) using Next/Prev button of the Calender Control.
3. When Navigating from current month to next/prev month I want the calender to be shown on the screen but actually on click of the Next/Prev button one postback is happening hence I'm loosing the calender from the screen as the calender is loaded again.
4. I'm getting the selected date using onselectedChange event handler.
5. The users will have to click the button again if he wants to navigate to another month.
Is there any way to keep the calender on the screen during the month got changed.
Actually I have Multiple update panels on page, which update different values on server but the problem is that I have textbox to which I attach javascript class for datepicker on Load event.
But There are other updatepanels before that date TextBox, when I update them first calender image with date control which is in updatepanel disappears. or it remove the calender which is next to the textbox.
txtDate.Attributes.Add("class", "show-week w16em dateformat-d-sl-m-sl-Y");
Before using any updatepanel its like this
After we upfdate any updatepanel control its like this.
But the Date controls which are not in any updatepanel are ok and working.
And in these updatepanels I actually saving values in DataTables and save these DataTables in viewState .... no change in HTML.