Advertisement
Guest User

Untitled

a guest
May 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.36 KB | None | 0 0
  1.  <ul>
  2. <asp:Panel ID="pnlKayit" runat="server">
  3. <li><asp:LinkButton ID="lbKayitOl" class="icon kayit" runat="server">Kayıt Ol</asp:LinkButton></li>
  4. </asp:Panel>
  5.  
  6. <asp:Panel ID="pnlCikis" runat="server" Visible="False">
  7. <li><asp:LinkButton ID="lbCikis" class="icon cikis" runat="server" OnClick="lbCikis_Click">Çıkış</asp:LinkButton></li>
  8. </asp:Panel>
  9.  
  10. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement