Connecting Tech Pros Worldwide Forums | Help | Site Map

How: Hyperlink in calendar

VB Programmer
Guest
 
Posts: n/a
#1: Nov 18 '05
Any ideas/examples of this...

Insert appointment entries into a calendar from a db (like outlook) and you
can click on it (it will be a hyperlink to a "detailed view" page). I'm
more interested in the hyperlink portion of the question.

Thanks.



Scott Allen
Guest
 
Posts: n/a
#2: Nov 18 '05

re: How: Hyperlink in calendar


Hi:

Take a look at the DayRender event of the Calendar class. The
documentation has an example of catching this event in order to add a
new control into the day's cell:

http://msdn.microsoft.com/library/de...endertopic.asp

HTH,

--
Scott
http://www.OdeToCode.com

On Mon, 16 Aug 2004 23:06:56 -0400, "VB Programmer"
<Dont*NoSpam-Please*@jEmail.com> wrote:
[color=blue]
>Any ideas/examples of this...
>
>Insert appointment entries into a calendar from a db (like outlook) and you
>can click on it (it will be a hyperlink to a "detailed view" page). I'm
>more interested in the hyperlink portion of the question.
>
>Thanks.
>[/color]

Closed Thread