Word spelling correction from teh to the (#3850)

pull/3854/head
Emmanuel Adegor 2017-07-31 15:22:17 +01:00 committed by Scott Addie
parent 311e93482a
commit 74d1e8da59
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ In this section, you will program the [Calendar](https://msdn.microsoft.com/libr
1. In **Design** view, double-click the [Calendar](https://msdn.microsoft.com/library/system.web.ui.webcontrols.calendar.aspx) control. 1. In **Design** view, double-click the [Calendar](https://msdn.microsoft.com/library/system.web.ui.webcontrols.calendar.aspx) control.
A new event handler is created and displayed in teh code-behind file named *FirstWebPage.aspx.cs*. A new event handler is created and displayed in the code-behind file named *FirstWebPage.aspx.cs*.
2. Finish the [SelectionChanged](https://msdn.microsoft.com/library/system.web.ui.webcontrols.calendar.selectionchanged.aspx) event handler with the following code. 2. Finish the [SelectionChanged](https://msdn.microsoft.com/library/system.web.ui.webcontrols.calendar.selectionchanged.aspx) event handler with the following code.