Stoffel

editoraspx zonder props

Mar 14th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.73 KB | None | 0 0
  1. <%@ Page Language="C#" ViewStateMode="Enabled" AutoEventWireup="true" CodeBehind="Editor.aspx.bak1.aspx.cs" Inherits="WebApplication1.Editor" culture="auto" meta:resourcekey="PageResource1" uiculture="auto" %>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
  8.     <title></title>
  9. </head>
  10. <body>
  11. <form id="form1" runat="server">
  12.         <div id="main-wrap">
  13.             <asp:Label ID="lblModelnaamNaInvoer" runat="server" Font-Size="X-Large"></asp:Label>
  14.  
  15.             <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
  16.  
  17.             <asp:MultiView ID="mv1" runat="server" ActiveViewIndex="0"
  18.                 >
  19.                 <asp:View ID="mv1empty" runat="server">
  20.                 </asp:View>
  21.                 <asp:View ID="view1" runat="server" >
  22.                       <asp:ListBox ID="lstModellen" runat="server" Width="900px"
  23.                           onselectedindexchanged="lstModellen_SelectedIndexChanged"
  24.                           AutoPostBack="True" ViewStateMode="Enabled" ></asp:ListBox>
  25.                       <div class="div-links">
  26.                             <asp:Label ID="lblModelnaam" runat="server" Text="Modelnaam:"></asp:Label>
  27.                             <br />
  28.                             <asp:Label ID="lblOmschrijving" runat="server" Text="Omschrijving:"></asp:Label>
  29.                             <br />
  30.                             <asp:Label ID="lblTaal" runat="server" Text="Taal:"></asp:Label>
  31.                  </div>
  32.                       <div class="div-rechts">
  33.                      <asp:TextBox ID="txtModel" runat="server" Width="280px"></asp:TextBox>
  34.                      <br />
  35.                      <asp:TextBox ID="txtOmschrijving" runat="server" Width="280px"></asp:TextBox>
  36.                      <br />
  37.                      <asp:TextBox ID="txtTaal" runat="server"></asp:TextBox>
  38.                  </div>
  39.                       <div class="buttons">
  40.                      <asp:Button ID="Button1" runat="server" Text="Edit"
  41.                               onclick="btnModelOpslaan_Click" Width="130px"/>
  42.                  </div>
  43.                 </asp:View>
  44.             </asp:MultiView>
  45.                     <br /><br /><br />
  46.                     <br /><br /><br />
  47.                     <%--<asp:Label ID="lblDomeinNaInvoer" runat="server" Text="Huidig Domein:" Font-Size="X-Large"></asp:Label>--%>
  48.             <asp:MultiView ID="mv2" runat="server" ActiveViewIndex="0">
  49.                 <asp:View ID="mv2empty" runat="server">
  50.                 </asp:View>
  51.                 <asp:View id="view2" runat="server">
  52.                       <asp:ListBox ID="lstDomeinen" runat="server" Width="900px"></asp:ListBox>
  53.                       <div class="div-links">
  54.                     <asp:Label ID="lblDomeinnaam" runat="server" Text="Domeinnaam:"></asp:Label>
  55.                     <br />
  56.                     <asp:Label ID="lblDomeinScoreModel" runat="server" Text="Criteria scoremodel:"></asp:Label>
  57.                     <br />
  58.                     <asp:Label ID="lblDomeinWegingsModel" runat="server" Text="Criteria wegingsmodel:"></asp:Label>
  59.                     <br />
  60.                     <asp:Label ID="lblDomeinomschrijving" runat="server" Text="Domeinomschrijving:"></asp:Label>
  61.                 </div>
  62.                       <div class="div-rechts">
  63.                     <asp:TextBox ID="txtDomeinNaam" runat="server"></asp:TextBox>
  64.                     <br />
  65.                     <asp:TextBox ID="txtSchaalMin" runat="server"></asp:TextBox>
  66.                           <asp:TextBox ID="txtSChaalMax" runat="server"></asp:TextBox>
  67.                     <br />
  68.                     <asp:TextBox ID="txtWegingMin" runat="server"
  69.                               meta:resourcekey="txtWegingMinResource1"></asp:TextBox>
  70.                           <asp:TextBox ID="txtWegingMax" runat="server"></asp:TextBox>
  71.                     <br />
  72.                     <asp:TextBox ID="txtDomeinOmschrijving" runat="server"></asp:TextBox>
  73.                 </div>
  74.                       <div class="buttons">
  75.                     <asp:Button ID="btnDomeinOpslaan" runat="server" Text="Opslaan"
  76.                               onclick="btnDomeinOpslaan_Click" Width="130px" />
  77.                 </div>
  78.                 </asp:View>
  79.             </asp:MultiView>
  80.                     <br /><br /><br />
  81.                     <br /><br /><br />
  82.             <asp:MultiView ID="mv3" runat="server" ActiveViewIndex="0">
  83.                 <asp:View ID="mv3empty" runat="server">
  84.                 </asp:View>
  85.                 <asp:View id="view3" runat="server">
  86.                 <asp:ListBox ID="lstCriteria" runat="server" Width="900px"></asp:ListBox>
  87.                 <div class="div-links">
  88.                     <asp:Label ID="lblCriteriumNaam" runat="server" Text="Criteriumnaam:"></asp:Label>    
  89.                 </div>
  90.                 <div class="div-rechts">
  91.                     <asp:TextBox ID="txtCriteriumNaam" runat="server" Width="280px"></asp:TextBox>
  92.                 </div>
  93.                 <div class="buttons">
  94.                     <asp:Button ID="btnCriteriumToevoegen" runat="server" Text="Nog toevoegen"
  95.                         onclick="btnToevoegen_Click" Width="130px" />
  96.                     <asp:Label ID="lblCritCount" runat="server"></asp:Label>
  97.                     <br />
  98.                     <asp:Button ID="btnCritKlaar" runat="server" Text="Klaar" Width="130px"
  99.                         onclick="btnKlaar_Click"/>
  100.                 </div>
  101.                 </asp:View>
  102.             </asp:MultiView>
  103.         </div><%--div wrapper--%>
  104.     </form>
  105. </body>
  106. </html>
Advertisement
Add Comment
Please, Sign In to add comment