Mobiles :: Calender Control Without Javascript?
Jan 16, 2010i 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..
i 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..
I 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 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 Replieshow 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 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 RepliesHow 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]...
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.
I am using calender control I want to change it's visibility on button click event. This is my form design:
<form id="form1" runat="server">
<asp:Calendar ID="Calendar1" runat="server" Visible="False"></asp:Calendar>
<asp:Button ID="Button1" runat="server" Text="Show" />
</form>
Is there any way to saw saturday and sunday red or any way to disable any day of week dynamically from code in Ajax Calender Control.
For ex. i am making payroll system so if you are going to apply for leave at week off days so at that time you are not able to select week off days.
i want to set week off days dynamically as per employee.it may be possible that week off is monday,tuesday,wednesday etc.
[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
how to highlight todays date in calender extender control popus and how to apply background color to every cell in calender control
and how to apply css
[Code]....
[Code]....
I wrote a simple asp.net page with few controls and a function in Javascript that make input validation.
The javascript function is called on button click event. I use Windows Mobile 6 Classic emulator, and the javascript doesn't work at all.
I saw few posts on this forum saying that IE mobile works just with jscript and doesn't work with javascript.
Is it correct ?
Is that mean I have to change my javascript code to jscript code ? I always thought they are the same.
Is there newer versions of ie mobile that works with javascript ?
I am using mobile controls in my asp.net web pages. The below is the design of my mobile command control.
<mobile:Command ID="cmdnextC" OnClick="Next" SoftkeyLabel="Next" Runat="server">Next</mobile:Command>
I have a javascript which i am using to get the GPS location information. And my javascript is like below..
<script type="text/javascript">
i have a celender cotrol in a FormView control. how i can access the calender control "SelectedDate" property in my code.
View 3 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 RepliesWhen i print the selected date on Calendar1_SelectionChanged event it prints: 1/29/2011 12:00:00 AM
View 1 Replies