Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Calendar appointments by month

Reply
Thread Tools

Calendar appointments by month

 
 
ChrisC
Guest
Posts: n/a
 
      01-06-2008
Hello,

I would like to first state that I am an amature when it comes to
programming with any language, but have always found information on here very
helpful. Now I am hoping that somebody can help me get started on a new
challenge.

I have created a web page with a Calendar control. I am wanting to create a
table underneath the calendar that shows event details for the shown month
only. Meaning if I have an event for January 25 and a one for February 10
you only see those events when you view the selected month.

I am assuming I will need a data table of some sort. Once I create the
table how do I start to tell it what month I am currently viewing to only
show that data? Do I have to create a data table for each month?

Thanks again in advance and any and all information is greatly appreciated.

Chris
 
Reply With Quote
 
 
 
 
Toze
Guest
Posts: n/a
 
      01-06-2008
you will need a a gidview
use the event SelectionChanged and property SelectedDate of the calendar
object
Query the database (or where you keep the events) databind the gridView with
the result








"ChrisC" <> wrote in message
news:11D9FFCB-DA27-4C9B-B5B2-...
> Hello,
>
> I would like to first state that I am an amature when it comes to
> programming with any language, but have always found information on here
> very
> helpful. Now I am hoping that somebody can help me get started on a new
> challenge.
>
> I have created a web page with a Calendar control. I am wanting to create
> a
> table underneath the calendar that shows event details for the shown month
> only. Meaning if I have an event for January 25 and a one for February 10
> you only see those events when you view the selected month.
>
> I am assuming I will need a data table of some sort. Once I create the
> table how do I start to tell it what month I am currently viewing to only
> show that data? Do I have to create a data table for each month?
>
> Thanks again in advance and any and all information is greatly
> appreciated.
>
> Chris





 
Reply With Quote
 
 
 
 
ChrisC
Guest
Posts: n/a
 
      01-07-2008
I will try this. Thanks!

Chris

"Toze" wrote:

> you will need a a gidview
> use the event SelectionChanged and property SelectedDate of the calendar
> object
> Query the database (or where you keep the events) databind the gridView with
> the result
>
>
>
>
>
>
>
>
> "ChrisC" <> wrote in message
> news:11D9FFCB-DA27-4C9B-B5B2-...
> > Hello,
> >
> > I would like to first state that I am an amature when it comes to
> > programming with any language, but have always found information on here
> > very
> > helpful. Now I am hoping that somebody can help me get started on a new
> > challenge.
> >
> > I have created a web page with a Calendar control. I am wanting to create
> > a
> > table underneath the calendar that shows event details for the shown month
> > only. Meaning if I have an event for January 25 and a one for February 10
> > you only see those events when you view the selected month.
> >
> > I am assuming I will need a data table of some sort. Once I create the
> > table how do I start to tell it what month I am currently viewing to only
> > show that data? Do I have to create a data table for each month?
> >
> > Thanks again in advance and any and all information is greatly
> > appreciated.
> >
> > Chris

>
>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cal control - pre selecting a date from last month - and the calendar still shows this month. Mufasa ASP .Net 0 09-05-2008 06:51 PM
Need suggestions on Online Appointments/Calendar VB Programmer ASP .Net 1 10-17-2006 12:06 PM
How do I remove duplicate appointments from my calendar. =?Utf-8?B?cm9sYW5k?= Microsoft Certification 3 05-01-2006 05:21 AM
Add new appointments to calendar from web page without using excha =?Utf-8?B?SiBMaQ==?= ASP .Net 0 08-31-2005 10:31 PM
How to make a week view and day view calendar just like month view calendar in .NET ? Parthiv Joshi ASP .Net Web Controls 1 07-06-2004 03:15 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57