473,320 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Calendar Control

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
build a gridview?

Thanks!

Dec 30 '05 #1
4 3999
ASP contains a Calendar Control. You can click on any date and cause a
callback event. In the event handler you can check on which date the
user clicked and then do a redirect accordingly.

Remy Blaettler
http://www.collaboral.com

Dec 30 '05 #2
Can I pass in hyperlinks into the calendar control I put the calendar control
on my form but I don't know how to put data into it like a calendar with a
schedule? And I only see a month view I can't find a week view.

"Remy" wrote:
ASP contains a Calendar Control. You can click on any date and cause a
callback event. In the event handler you can check on which date the
user clicked and then do a redirect accordingly.

Remy Blaettler
http://www.collaboral.com

Dec 30 '05 #3
Excellent 3rd party calendar control is available here:
http://www.quickwebsoft.com/

-HTH

"mimo" <mi**@discussions.microsoft.com> wrote in message
news:04**********************************@microsof t.com...
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
build a gridview?

Thanks!

Dec 30 '05 #4
The calendar control raises an event named "DayRender":
http://msdn2.microsoft.com/en-us/lib...dayrender.aspx

In handling this event you get reference to the selected day's cell (e.Cell)
to whose controls collection you can add a hyperlink control (or clear the
existing controls first) or change its background-color to indicate that
there is an appointment on that date.

--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"mimo" wrote:
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
build a gridview?

Thanks!

Dec 30 '05 #5

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

Similar topics

0
by: Tim Graichen | last post by:
Hello, I am making use of the Active X calendar control (mscal.Calendar.7) in several places in my main form, with the following code Below is an example of the code I'm using for the...
5
by: Miguel Dias Moura | last post by:
Hello, i am trying to create a .css file with several styles and apply them to the calendar control so i can change the look of: 1. Text Type and Format (Bold, Underline, etc) 2. Background...
1
by: bill yeager | last post by:
I would like to place the currently selected date (retrieved from the database) on a calendar control which is embedded inside a datagrid. However, I can't find the ID of the control to do so....
0
by: maxrawson | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many...
2
by: Caesar Augustus | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many...
3
by: Peter | last post by:
Is there anyway to make the System.Web.UI.WebControls.Calendar to display only Month Name and Year, like: January, 2006 February, 2006 ..... .... .... ....
3
by: =?Utf-8?B?UGFycm90?= | last post by:
I applied the following Ajax code in my web page which has a calendar control to keep my page from completely reloading everytime something was changed. <atlas:ScriptManager ID="ScriptManager1"...
7
by: John Kotuby | last post by:
Hi all, I am trying to use a calendar server control which I have ID="Calendar1" in the source code. What I am trying to do is emulate a JavaScript calendar that was being used in an older ASP...
6
by: thorpk | last post by:
I have an access database that i have added a pop up calendar to, the Table information for the Date Reported field is Date/Time format short date, input mask is 00/00/0000. i have created a...
3
by: thorpk | last post by:
I posted this problem earlier in the month and some one decided it was better to change the subject and ask a completely different question. I am therefore reposting. I am hoping some one can...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.