Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.23 KB | None | 0 0
  1.   <div class="horizontal">
  2.                 <div class="formCell">
  3.                     <p><asp:Label ID="Label3" runat="server" Text="Bâtiment"></asp:Label></p>
  4.                     <p><asp:TextBox ID="BatimentTextbox" runat="server" Text="<%#Installation.Batiment%>"
  5.                         MaxLength="10" /></p>
  6.                 </div>
  7.                 <div class="formCell">
  8.                     <p><asp:Label ID="Label4" runat="server" Text="Escalier" /></p>
  9.                     <p><asp:TextBox ID="EscalierTextbox" runat="server" Text="<%#Installation.Escalier%>"
  10.                         MaxLength="10" /></p>
  11.                 </div>
  12.                 <div class="formCell">
  13.                     <p><asp:Label ID="Label5" runat="server" Text="Étage"></asp:Label></p>
  14.                     <p><asp:TextBox ID="EtageTextBox" runat="server" Text="<%#Installation.Etage%>" MaxLength="10" /></p>
  15.                 </div>
  16.                 <div class="formCell">
  17.                     <p><asp:Label ID="Label6" runat="server" Text="Logement"></asp:Label></p>
  18.                     <p><asp:TextBox ID="LogementTextBox" runat="server" Text="<%#Installation.Logement%>"
  19.                         MaxLength="10" /></p>
  20.                 </div>
  21.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement