<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
   <title>Kontrolka Image</title>
</head>
<body>
   <form id="form1" runat="server">
   <div>
      <h1>Kontrolka Image</h1>

      <font name="Garamond" size ="4">
      Oto przykadowy akapit, ktry jest uywany
      do przedstawienia efektw zastosowania rnych wartoci
      waciwoci ImageAlign. Jak moesz zobaczy, czasami trudno
      jest jasno zdefiniowa efekty, a duo zaley rwnie
      od szerokoci okna przegldarki internetowej
      </font>

      <asp:Image ID="img1" runat="server"
         AlternateText="Dan"
         ImageUrl="Dan at vernal pool.jpg" />
      <hr />
      <asp:Button runat="server" Text="Przykadowy przycisk" />
      <asp:Image ID="img2" runat="server"
         AlternateText="Dan" ImageUrl="Dan at Vernal pool.jpg" />
      <hr />
      <asp:DropDownList ID="ddl" runat="server" AutoPostBack="True">
         <asp:ListItem text="NotSet" />
         <asp:ListItem text="AbsBottom" />
         <asp:ListItem text="AbsMiddle" />
         <asp:ListItem text="Top" />
         <asp:ListItem text="Bottom" />
         <asp:ListItem text="BaseLine" />
         <asp:ListItem text="TextTop" />
         <asp:ListItem text="Left" />
         <asp:ListItem text="Right" />
      </asp:DropDownList>
   </div>
   </form>
</body>
</html>
 
