Forms Data Controls :: Calendar DayRender : Disable Dates?

Jan 16, 2011

i am trying to solve this problem but cann't think of a perfect solution.suppose i have a list of days

String[] dayInWeek = { "3", "5", "7" } these out of the 7 days in a week

now i want to disable all the weekdays in the calander (disable these days in each week).how can i do that?

View 5 Replies


Similar Messages:

Web Forms :: How Disable Past Dates On Calendar

May 21, 2010

if looked but couldend find what i was looking for So my Q is:How disable Past dates on Calendar to make it unclickable?

View 2 Replies

AJAX :: Disable Dates In One Calendar Based On Date Selected

May 7, 2015

I want to block Year From Calender .I have 2 text box in first text box i select Start Financial Year And in second Text End Financial Year.When i Select 2009 year in first text box then in second texbox all dates privious from 2009 will be block.

View 1 Replies

AJAX :: Disable Dates Of One Calendar Based On Date Selected In Another Using CalendarExtender

Apr 1, 2013

I have two text boxes (from date and to date). Based on your demo i have disabled the future date but my requirement is 

1). First i have select the from date. eg: 21-02-2013

2). Now i am selecting TO DATE. eg:21-01-2013 

Now my requirement is i need to disable dates until 21-02-2013 to current date. Then user not able to select ToDate as 21-01-2013 i need to provide only option to select from 22-02-2013 to current date.

<asp:Label ID="lbl_sel_date" runat="server" Text="Select Date: "></asp:Label>
<asp:TextBox ID="txtDate_from" runat="server" CssClass="disable_future_dates"></asp:TextBox>
<asp:ImageButton runat="server" ID="imgPopup" ImageUrl="~/Calendar.png" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtDate_from"
PopupButtonID="imgPopup" />

[code]...

View 1 Replies

Web Forms :: Setting Up A Client Side Script To Run After C# Calendar DayRender

Feb 18, 2010

I have a calendar (in an update panel, if that matters) that lists events. In many cases the event name is too long. So I dug up a script that will add an ellipsis and chop the string on the client side.

The question is how do I call that script for each event after all the DayRender events have fired. And again after the calendar is updated when a user switches the view forward or back a month?

View 2 Replies

Web Forms :: DayRender Calendar Want To Change Link Button To HyperLink?

Jul 15, 2010

Just want to know how do you iterate through the calendar days on the DayRender event and change them to links from link buttons

View 8 Replies

Forms Data Controls :: Calendar Selected Dates From Database?

Feb 4, 2010

I have a calendar where all the dates from my database are selected/highlighted.I have to use a repeater because else it won't work, but now i want a single calendar where multiple dates are selected, instead of a single calendar for every date in my database.My code:

[Code]....

View 5 Replies

Web Forms :: Calendar Control DayRender Event For Monthly Display From SQL Table

Jan 6, 2010

I need to display a large monthly calendar of events for one of my websites and was wondering if the DayRender event loops through all days in any given month when the calendar control is displayed on the webpage.

Here is some sample code i found on the MS website:

[URL]

This part for the DayRender event is what i am refering to:

[code]....

The code above looks like it loops through the DataSet row by row and matches the e.Day.Date item. But i'm just not too sure about the loop going through all days in a given month displayed on the calendar?

View 1 Replies

Forms Data Controls :: GridView Showing Dates Using Calendar Control?

Mar 17, 2010

I am using C# ASP .NET 2.0. On my web form I have a GridView and a Calendar control and I want to do the following:

With the Calendar control, I only want to show the current month, and links for the previous month and next month. Not the actual days of the month.

I want the days in the Calendar control to populate my left-most column of my GridView. For example, if March was the current month then I should see 31 rows in my GridView starting with 03/01/2010 in the first row and 03/31/2010 in the last row.

When you click the previous month or next month link I need the GridView to change for the selected month.

View 3 Replies

Forms Data Controls :: Setting A Filter Of Multiple Dates From The Calendar.selecteddates

Aug 22, 2010

I have a calendar that can have multiple dates non sequentially selected. I have a gridview on the page with a sqldatasource control bound to it.

Again, I have already built the events calendar with the ability to select multiple dates... now I just want to show those detailed records below the calendar for only the dates selected.

How do I filter the records to only get the records of the SelectedDates of the Calendar control.

This has to be done dynamically in the code behind.

View 1 Replies

Web Forms :: Way To Get All The Dates That User Click Onthe Calendar ( Note The Dates Doesn't Get)

Nov 4, 2010

I need some pointers to start on this.We are building a time off application where three instances of a calendar control will be displayed ( prev - current and next month) now users can click on various dates accross all three instances and then a count of number of days should be diaplyed in the parent textbox.

To begin with this, i started with adding the dates clicked by the user in Calendar2_SelectionChanged method into a list<> so that i can get the all dates user clicked and then add it to calander's selected dates collection. But this throws an e" object reference not set" error.

Is there anyother way to get all the dates that user click onthe calendar( note the dates doesn't get highlighed so seleteddates doesnt work)does anyone has a good example for this.

View 2 Replies

AJAX :: Disable Past Dates In Ajax Calendar Extender?

Jan 31, 2011

I am using ajax calendar extender to select the dates.I want to disable all the dates less than today. Means the user can't select those previous days ie the dates should be shown in grey color and users can't select it.

View 6 Replies

C# - Accessing Each CalendarDay In Calendar Control Without Using The DayRender Event?

Jan 5, 2010

I need to manipulate the appearance of the an ASP.NET calendar control. I have data that I need to display on the calendar control but I don't want to access the data from within the DayRender event. How do I access the CalendarDay object that represents each day in the calendar without being within the DayRender event?

View 1 Replies

Web Forms :: Calendar Is Removing The Programmed Selected Dates Upon Selecting A New Date On The Calendar

Jan 14, 2011

When a user selects an item from dropdownlist ,, certain dates (from DB) gets selected on Calendar automatically with the color pink >> This is working FINE The problem happens after that, when i want to select any other date >> the dates which were selected automatically before (that came from DB) get deselected !! I want them to stay selected, so i know which are the dates that already saved in DB ! So, the calendar is removing the programmed selected dates upon selecting a new date on the calendar object.

View 4 Replies

AJAX :: Calendar Extender - Show Only Dates Of Current Month Not Previous Dates When User Clicks On Button

Sep 22, 2010

i want to use a ajax calender extender in which when user clixcks on button caleder show only dates of current month not previous dates.i dont want to disable dates. i should not apper on current month calender. means it should start from 1 and end to 30 or 31

View 3 Replies

Web Forms :: Adding A Control To A Calendar Control During DayRender?

Jan 7, 2010

I'm trying to do something that should be very simple, but getting completely stumped on why it's not working.

I have a page that has a few calendar controls, and when the user clicks a date, I want it to toggle the value (in this case it's the "availability" of the date).

I don't want it to post back with every calendar click, so what I'm doing is:

1. During the dayrender event, a Hidden Field gets added to the day. (As it is created, the Hidden Field is added to an array so that it can be retrieved later.)

2. When the user clicks, the value of the Hidden Field is toggled using JavaScript.

3. Once the user is done marking unavailable days, they click a Save button, which gets the values, and saves them to the database.

The Hidden Fields are getting added, and toggling is working just fine. The problem is that when the user clicks the Save button, all the Hidden Fields and their values get cleared, so at the time of the save, it thinks the length of the Hidden Field array is 0.

I think it has something to do with the order in whcih the page is rendered, and the "Save" code executed, but I'm not sure how to fix it. I'm doing something almost identical on another page that works fine - the only difference is that on that page there are no calendar controls, so instead of being added at dayrender, the dynamic controls are added on page load.

If I wanted to add a Hidden Field for each day in a calendar, whose value I can change with Javascript, how do I go about it in a way that I can access the values when clicking a Save button?

View 4 Replies

How To Change The Data In Telerik's RadGrid Based On Calendar's Selected Dates

Feb 24, 2010

I was creating another usercontrol with Telerik's RadGrid and Calendar.

[code].....

The problems are, (1) when I click the submit button. the data in the RadGrid is not changed. (2) how can we check if there is nothing selected in the Calendar controls, because there is a date (01/01/0001) set even if we do not select anything from that calendar, thus Calendar1.SelectedDate != null is not enough.

View 1 Replies

Web Forms :: Retrieve Dates From Db Into Calendar?

Jan 5, 2011

i want to get dates from database into calendar control ,, and i am using C# .net 3.5!

i am trying to figure out the code to write in .cs page under (DayRender) but i am not getting any where ?

View 2 Replies

Web Forms :: Selecting Dates In A Calendar?

Apr 26, 2010

I want to show highlighted dates in a asp calendar and it needs to pull dates out of a database anyone know how to pull it off?

View 2 Replies

Web Forms :: Select Dates From DB And Show On Calendar?

Jan 4, 2011

What i want is:: once the user select an item in a (dropdownlist) >> then SELECT dates from database and show them into the Calendar (in a specific color) .. How can i do that ?? Using C#, asp.net 3.5 , sql DB

View 7 Replies

Web Forms :: Detect Clicks On Calendar Dates

Nov 11, 2010

I am in a process of creating an advanced calendar for our time management system. One of the requirenments is to change the color of the dates when clicked by the user on the calendar. My pattern should go this way. One click on a date - Set the date cell border to "Yellow". Two clicks on a date - Set the date cell border to "Green". Three clicks on a date - Deselects it. I really have no idea how to implement this. Right now i can just get the dates selected in selecteddates collection but it does not dedect the clicks on the date. little background - The calendar is displayed as a popup and users currently can select multiple dates form the calendar. Once done they click on a save button to get the count of total dates selected. All the Yellow dates will be counted as 1/2 day.

View 1 Replies

Web Forms :: Multiple Dates Selection In The Calendar?

Dec 21, 2010

Using asp.net 3.5 c#. I have two questions:

How can I select multiple dates in the calendar?If I selected multiple dates and added them into DB,, Is it possible to view them again in the calendar (i.e. the dates will be selected and colored)?

View 2 Replies

Web Forms :: What Dates Are Showing On The Calendar Object

Feb 16, 2011

I am using a calendar object as below. I want to know the first date showing and then the last date showing on the month. For example, right now when I use the one below it is showing Jan 30th thru March 12. Is there a way to find out what date is in the first cell and the last cell?

[Code]....

View 4 Replies

Web Forms :: Calendar With Arabic Hijri Dates In It?

Jan 11, 2013

i am making a web form in which there is a calender as per requirement i want to display English calendar with hijri calendar in calendar control in asp.net.

View 1 Replies

Web Forms :: Change Month In Calendar And Binding Dates?

Jan 16, 2011

i want the Dates saved in DB to appear on Calendar control .. It works fine ONLY when it's current month, but when i change Month to Feb ,, all dates are deselected !! Here is my code: (What should i do, so when i change month in Calendar saved dates will show on calendar?? )

[Code]....

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved