Calendar appointments by month

C

ChrisC

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
 
T

Toze

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
 
C

ChrisC

I will try this. Thanks!

Chris

Toze said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top