<%@ Page Language="C#" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
First Page
The first line contains a directive. It looks like this:
<%@ Page Language="C#" %>
The code declaration block contains all the methods used in the page.
It contains all the page's functions and subroutines.