473,698 Members | 2,556 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

calendar view control?

I am looking for some kind of calendar view control that I can show
hyperlinks to records in day cells. This is to be used for showing
scheduled events and people can see events in a calendar view and click on
links to view details of events.

Is there one out there? Thanks.
Nov 19 '05 #1
2 1804
try www.asp.net in the control gallery

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"David C" <pr********@yah oo.com> wrote in message
news:uL******** *********@twist er.socal.rr.com ...
I am looking for some kind of calendar view control that I can show
hyperlinks to records in day cells. This is to be used for showing
scheduled events and people can see events in a calendar view and click on
links to view details of events.

Is there one out there? Thanks.

Nov 19 '05 #2
you can use the regular .net calendar control

try using the Calendar1_DayRe nder event

Sample code *************** *******

private void Calendar1_DayRe nder(object sender,
System.Web.UI.W ebControls.DayR enderEventArgs e)
{
if ( e.Day.Date.Year < DateTime.Now.Ye ar)
{
e.Cell.Enabled = false;
e.Cell.Style.Ad d("cursor","n ot-allowed");
}

if (e.Day.Date.Yea r == DateTime.Now.Ye ar)
{
if (e.Day.Date.Mon th == DateTime.Now.Mo nth)
{
if (e.Day.Date.Day < DateTime.Now.Da y)
{
e.Cell.Enabled = false;
e.Cell.Style.Ad d("cursor","n ot-allowed");
// e.Cell.Enabled = false;
}
}

if (e.Day.Date.Mon th < DateTime.Now.Mo nth)
{
e.Cell.Enabled = false;
e.Cell.Style.Ad d("cursor","n ot-allowed");

}
}
}

"David C" wrote:
I am looking for some kind of calendar view control that I can show
hyperlinks to records in day cells. This is to be used for showing
scheduled events and people can see events in a calendar view and click on
links to view details of events.

Is there one out there? Thanks.

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2453
by: Shyguy | last post by:
Is it possible to create a calendar that shows previous input data and also allows for input of new data?
0
7649
by: Mike Pierson | last post by:
Hello all: I have a C# windows application that needs a custom calendar. I need this calendar displayed as a month view. I also need the ability to insert/manipulate images and text into each day cell. I will also need drag and drop functionality for each item in the day. I figure there is two ways to go about this; 1) create a user control for use in a windows form or 2) use a web page in a web browser control. Which method would...
6
1647
by: Jeff S | last post by:
I would like recommendations for implementing a calendar in an ASP.NET web site. My plan is to store date and event information (e.g,, "Spring Sale") in a database, and when the page is requested, load the calendar. Users would ideally view an entire month, and a short description of an event within a specific date. More than one event will be listed for some dates, with a brief description displayed in the calendar. I'd like to enable...
3
3252
by: | last post by:
Hi!! Did Infragistics or some other company else provide a web calendar conrol with the features and look of Microsoft Outlook calendar? I mean that feature that you can choose Day / Work Week / Week / Month view of the calendar. regards, gicio
1
1980
by: KDenney | last post by:
I'm writing a Reminder app in VB.NET that uses the Calendar Control 10.0 for the user to select a date and view the reminders for that day (using a Flexgrid). I want to make bold, or a different color (using my own calculations from an Access database and SQL) the days on the calendar control that have reminders on them. I've looked everywhere, and can't seem to find an answer on how to edit the color/font of ONE cell/date of the Calendar...
2
2712
by: Parthiv Joshi | last post by:
Microsoft provides calendar control for month view in .NET. I want to make week view and day view on based of that. So how can I make that in ..NET . If any one have an idea or if some one have the source code for that. Please pass it on...
1
1287
by: DougS | last post by:
Is it possible to highlight more than one date in the calendar control? I'm trying to display a calendar to the user and highlight the dates that have action items. Is this possible? Or is this control just for selecting dates?
4
4073
by: mimo | last post by:
Hi, I trying to develop an application that will have a calendar control that will allow me to put hyperlinks in the days of the calendar. And I need to be able to do this in a day, week, and month view. Is there a 3rd Party control that will allow me to have access to certain dates to pass in hyperlinks to put in? I am developing in ASP.NET 2.0. Or is it better to develop this? If so how do I go about it do I query and
2
1643
by: saloom | last post by:
Hi i created a calendar using the active xcontrols from the tools menu.I want the back color of the box containing the date to change based on the value of a field in the table at that specific date. I realise now that you cannot change the format of individual dates in the calendar, so i added text boxes above each date and i clicked on "bring to front". the code i wrote works because in design view i can see that the back color of the...
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6528
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5862
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.