diff --git a/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md b/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md index 8f08e0dac2..3ee434345c 100644 --- a/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md +++ b/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md @@ -310,11 +310,9 @@ In this section, you will program the [Calendar](https://msdn.microsoft.com/libr A new event handler is created and displayed in teh 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. -**C#** [!code-csharp[Main](creating-a-basic-web-forms-page/samples/sample3.cs?highlight=3)] -**VB** [!code-vb[Main](creating-a-basic-web-forms-page/samples/sample4.vb?highlight=2)] @@ -347,4 +345,4 @@ You can now test the calendar. This walkthrough has illustrated the basic features of the Visual Studio page designer. Now that you understand how to create and edit a Web Forms page in Visual Studio, you might want to explore other features. For example, you might want to do the following: - Learn more about ASP.NET Web Forms by following the step-by-step tutorial series [Getting Started with ASP.NET 4.5 Web Forms and Visual Studio 2013](getting-started-with-aspnet-45-web-forms/introduction-and-overview.md). -- Learn more about Cascading style sheets (CSS). For details, see [Working with CSS Overview](https://msdn.microsoft.com/library/bb398931.aspx). \ No newline at end of file +- Learn more about Cascading style sheets (CSS). For details, see [Working with CSS Overview](https://msdn.microsoft.com/library/bb398931.aspx).