I’m going to start working on project developed in ASP.NET.
In this project I need to show the data in a month calender like Google’s calendar or something like that.
So my question is:
Is there any control I can use to do this thing?
If not, what do you suggest?
There’s the Calendar control in ASP.NET which offers some basic functionality that you may take a look at. There’s also a calendar extension in the AJAX Control Toolkit.