Guest User

Untitled

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="PrintAdmin.aspx.cs" Inherits="PrintAdmin" Title="Untitled Page" Debug="true"%>
  2.  
  3. <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
  4. </asp:Content>
  5. <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
  6. <center>
  7. <%if(Session["admin"]==null)
  8. Response.Write("כניסה למרשים בלבד ");
  9. else
  10. %>
  11. <table border="2">
  12. <tr>
  13. <th>username</th>
  14. <th>first name</th>
  15. <th>last name</th>
  16. <th>id</th>
  17. <th>email</th>
  18. <th>age</th>
  19. <th>city</th>
  20. <th>gender</th>
  21. <th>passwod</th>
  22. <th>admin</th>
  23. </tr>
  24. <%=st %>
  25. </table>
  26. <%=msg %>
  27. </center>
  28. </asp:Content>
Add Comment
Please, Sign In to add comment