how to connect database with bootstrap calendar [Resolved]

Posted by Klbaiju under Bootstrap on 6/24/2016 | Points: 10 | Views : 3524 | Status : [Member] | Replies : 1
Hi,
I have a travel related application.
i would like to add a bootstrap calendar.my requirement is to display a datafield in the cell of calendar.
a fieldname status is in the table.its value will be either B or A.
i want to display this value in the cells of calendar.

How it is possible

Regards
Baiju




Responses

Posted by: Sheonarayan on: 6/24/2016 [Administrator] HonoraryPlatinum | Points: 50

Up
0
Down

Resolved
To do this, you will need to loop through each cell of the calendar and check if there is something to be kept for that date cell.

Read this tutorials http://www.dotnetfunda.com/tutorials/controls/calendar.aspx, look at the red-yellow calendar. Even if this is asp:Calendar just see the code behind and you would get an idea.

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Klbaiju, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response