Click here to Skip to main content
15,880,427 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello friends
I am a Web Designer
Error gives me a runtime error when the web user control that would add literals presenattion
ASP
<asp:Literal ID="litDeleteUser" runat="server" Text="|" />
<asp:HyperLink ID="lnkDeleteUser" runat="server" Text="Delete User"
    NavigateUrl="~/Pages/DeleteUser.aspx" CssClass="link" />

    <asp:Literal ID="litPresentation" runat="server" Text="|" />
<asp:HyperLink ID="lnkPresentation" runat="server" Text="Presentaton"
    NavigateUrl="~/Pages/Presentation.aspx" CssClass="link" />
Posted
Comments
Suvendu Shekhar Giri 19-Apr-15 0:34am    
What is the error? Can you share some details ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900