Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Calendar Control - Make certain week days inactive. Is this possible?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
sso  
View profile  
 More options Nov 10, 10:49 pm
From: sso <strongsilent...@gmail.com>
Date: Tue, 10 Nov 2009 19:49:01 -0800 (PST)
Local: Tues, Nov 10 2009 10:49 pm
Subject: Calendar Control - Make certain week days inactive. Is this possible?
Hi,

I need to make certain week days on the calendar inactive.  Is there
any means of doing this server-side?

Thanks!


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raghupathi Kamuni  
View profile  
 More options Nov 11, 4:08 am
From: Raghupathi Kamuni <raghukam...@gmail.com>
Date: Wed, 11 Nov 2009 14:38:49 +0530
Local: Wed, Nov 11 2009 4:08 am
Subject: Re: [DotNetDevelopment] Calendar Control - Make certain week days inactive. Is this possible?

<asp:Calendar ID="Calendar1"
runat="server"  OnDayRender="Calendar1_OnDayRender"></asp:Calendar>
protected void Calendar1_OnDayRender(object sender, DayRenderEventArgs e)
 {
      //if ( something == somecondition )
       //{
               //To Inactivate the day
               e.Day.IsSelectable = false;
                //To strike out the day
                e.Cell.Font.Strikeout = true;
        //}
 }


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google