Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Overgangsnormen.aspx.cs" Inherits="Overgangsnormen" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title></title>
- <link rel="stylesheet" href="StyleSheet.css" type="text/css" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <table>
- <tr>
- <td colspan="2" style="background-color: #0000FF">
- <strong style="color: #FFFFFF; background-color: #0000FF">Hoofdvakken</strong></td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblAna" runat="server" Text="Analyseren"></asp:Label>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
- ControlToValidate="txtAna" ErrorMessage="Vul je cijfer in!"></asp:RequiredFieldValidator>
- </td>
- <td>
- <asp:TextBox ID="txtAna" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblPhp" runat="server" Text="PHP"></asp:Label>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"
- ControlToValidate="txtPhp" ErrorMessage="Vul je cijfer in!"></asp:RequiredFieldValidator>
- </td>
- <td>
- <asp:TextBox ID="txtPhp" runat="server" AutoPostBack="True"
- ontextchanged="txtPhp_TextChanged"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblAsp" runat="server" Text="ASP/C#"></asp:Label>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server"
- ControlToValidate="txtAsp" ErrorMessage="Vul je cijfer in!"></asp:RequiredFieldValidator>
- </td>
- <td>
- <asp:TextBox ID="txtAsp" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblData" runat="server" Text="Database"></asp:Label>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server"
- ControlToValidate="txtData" ErrorMessage="Vul je cijfer in!"></asp:RequiredFieldValidator>
- </td>
- <td>
- <asp:TextBox ID="txtData" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lbFlash" runat="server" Text="Flash/HTML5 Canvas"></asp:Label>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server"
- ControlToValidate="txtFlash" ErrorMessage="Vul je cijfer in!"></asp:RequiredFieldValidator>
- </td>
- <td>
- <asp:TextBox ID="txtFlash" runat="server" AutoPostBack="True"
- ontextchanged="txtFlash_TextChanged"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td style="text-align: right" class="style1">
- <asp:Label ID="lblGemid" runat="server" Text="Gemiddelde"
- style="font-weight: 700"></asp:Label>
- </td>
- <td>
- <asp:Label ID="lblGem" runat="server"></asp:Label>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblProject" runat="server" Text="Project 4"></asp:Label>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server"
- ControlToValidate="txtProject" ErrorMessage="Vul je cijfer in!"></asp:RequiredFieldValidator>
- </td>
- <td>
- <asp:TextBox ID="txtProject" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td colspan="2"
- style="font-weight: 700; color: #FFFFFF; background-color: #0000FF">Aanvullende vakken</td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblNl" runat="server" Text="Nederlands"></asp:Label>
- </td>
- <td>
- <asp:RadioButtonList ID="rbNed" runat="server"
- onselectedindexchanged="rbNed_SelectedIndexChanged"
- RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblEng" runat="server">Engels</asp:Label>
- </td>
- <td>
- <asp:RadioButtonList ID="rbEng" runat="server"
- onselectedindexchanged="rbEng_SelectedIndexChanged"
- RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:DropDownList ID="DropDownList1" runat="server">
- <asp:ListItem Value="ddlDuits">Duits</asp:ListItem>
- <asp:ListItem Value="ddlSpaans">Spaans</asp:ListItem>
- </asp:DropDownList>
- </td>
- <td>
- <asp:RadioButtonList ID="rbKeus" runat="server"
- onselectedindexchanged="rbKeus_SelectedIndexChanged"
- RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblReken" runat="server">Rekenen</asp:Label>
- </td>
- <td>
- <asp:RadioButtonList ID="rbRek" runat="server"
- onselectedindexchanged="rbRek_SelectedIndexChanged"
- RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblVisio" runat="server">Visio</asp:Label>
- </td>
- <td>
- <asp:RadioButtonList ID="rbVis" runat="server"
- onselectedindexchanged="rbVis_SelectedIndexChanged"
- RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblEcdl" runat="server">ECDL</asp:Label>
- </td>
- <td>
- <asp:RadioButtonList ID="rbEcd" runat="server"
- onselectedindexchanged="rbEcd_SelectedIndexChanged"
- RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblLb" runat="server">LB</asp:Label>
- </td>
- <td>
- <asp:RadioButtonList ID="rbLb" runat="server"
- onselectedindexchanged="rbLb_SelectedIndexChanged" RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td class="style1">
- <asp:Label ID="lblSport" runat="server">Sport</asp:Label>
- </td>
- <td>
- <asp:RadioButtonList ID="rbSport" runat="server" AutoPostBack="True"
- onselectedindexchanged="rbSport_SelectedIndexChanged"
- RepeatDirection="Horizontal">
- <asp:ListItem>V</asp:ListItem>
- <asp:ListItem>O</asp:ListItem>
- <asp:ListItem>NB</asp:ListItem>
- </asp:RadioButtonList>
- </td>
- </tr>
- <tr>
- <td style="text-align: right" class="style1">
- <asp:Label ID="lblAV" runat="server" style="text-align: right" Text="Aantal V"></asp:Label>
- </td>
- <td>
- <asp:Label ID="lblV" runat="server"></asp:Label>
- </td>
- </tr>
- <tr>
- <td style="text-align: right" class="style1">
- <asp:Label ID="lblAO" runat="server" style="text-align: right" Text="O"></asp:Label>
- </td>
- <td>
- <asp:Label ID="lblO" runat="server"></asp:Label>
- </td>
- </tr>
- <tr>
- <td style="text-align: right" class="style1">
- <asp:Label ID="lblANb" runat="server" style="text-align: right" Text="NB"></asp:Label>
- </td>
- <td>
- <asp:Label ID="lblNB" runat="server"></asp:Label>
- </td>
- </tr>
- <tr>
- <td>
- Als je alles hebt ingevuld klik dan hier voor je resultaat!<br />
- <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Bekijk resultaat" />
- </td>
- <td><asp:Label ID="lblResultaat" runat="server"></asp:Label></td>
- </tr>
- </table>
- </div>
- <p>
- </p>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment