To write an ASP.NET program to design a calendar control.
1. Open Microsoft Visual Studio 2010
2. Click new project -> Asp.net web application with C#
3. Solution explorer right click -> add -> new item -> webform with C#
4. Place required controls for the application
5. write the necessary coding in C#
6. Run the application.
|
|
Thus the above program has been executed sucessfully verified and output is shown.