Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I would like to use a calendar date selection to display a list of concerts scheduled for the particular date selected. I'm also not sure what the best container for a dynamic list of concert information that can hold a varying amount of concerts, depending on the date.
Posted
Comments
CHill60 23-Apr-14 14:05pm    
What have you tried so far and what is your actual problem?
ZurdoDev 23-Apr-14 15:21pm    
I would suggest searching for existing calendar controls. That will likely be easier than trying to build your own.

1 solution

Consider you have a textbox where date selection will be displayed, a Calender image button and a Calender Control. Once you click Calender image, Calender control will be shown and upon selecting that, date will be populated into the textbox. Give one button called "Show Scheduled Concerts". On click of a button, fetch the details of the concert from the database for that particular date and show it in the GridView.


Please mark as answer if it helps!!!!!!!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900