okolodokola

Untitled

Jun 28th, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. %@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Testovaci.Default" %>
  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.     <title></title>
  8.  
  9.     <link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
  10.     </head>
  11. <body>
  12.     <form id="form1" runat="server">
  13.     <div>
  14.         <asp:DataList ID="DataList1" runat="server" Height="197px" Width="343px"
  15.            CssClass="DataList">
  16.         <ItemTemplate>
  17.             <asp:Label ID="Label1" runat="server" Text="Label" CssClass="vnorenyLabel"></asp:Label>
  18.                 <asp:Label ID="lblalobject" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "al object") %>'></asp:Label>
  19.             </ItemTemplate>
  20.         </asp:DataList>
  21.     </div>
  22.     </form>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment