Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / MonoRail / TestSite / views / binding / Index.aspx
blob3e51e45b85e2e1e93260db956c2a277778e3f541
1 <%@ Page Language="C#" AutoEventWireup="false" %>\r
2 \r
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
4 \r
5 <html xmlns="http://www.w3.org/1999/xhtml" >\r
6 <head runat="server">\r
7     <title>Controller Binder Examples</title>\r
8 </head>\r
9 <body>\r
10     <form id="form1" runat="server">\r
11     <h2>Controller Binder Examples</h2>\r
12     <ul>\r
13                 <li>\r
14                         <asp:HyperLink ID="lnkBasic" NavigateUrl="~/binding/BasicAction.rails" runat="server">Basic Controls</asp:HyperLink>\r
15                 </li>\r
16                 <li>\r
17                         <asp:HyperLink ID="lnkDataBound" NavigateUrl="~/binding/DataBound.rails" runat="server">DataBound Controls</asp:HyperLink>\r
18                 </li>\r
19                 <li>\r
20                         <asp:HyperLink ID="lnkUserControls" NavigateUrl="~/binding/UserControls.rails" runat="server">User Controls</asp:HyperLink>\r
21                 </li>   \r
22         </ul>\r
23     </form>\r
24 </body>\r
25 </html>\r