Hi
I am facing that most of links in my project are not working, for example in my master page i include a login menu and if i want to move to some other pages the validation tools shown that i have to enter my userid and password , and in other page such as
registration i click on the logobtn to move to home page but it dosent work too. So what i have to do to fix this issue
<body>
<form id="form1" runat="server">
<div class="wrapper" >
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</asp:ToolkitScriptManager>
<div class="header">
<div class="logo">
<asp:ImageButton ID="logobtn" runat="server" ImageUrl="~/images/general/logo.png" onclick="logobtn_Click" PostBackUrl="~ ...
Go to the complete details ...