Black Coffin
New Member
When I use localhost the navigate url is working but when I am using the ip address of the machine the page not found is showingThe code is following\[code\]<asp:HyperLink ID="LoginLogout" runat="server"></asp:HyperLink>LoginLogout.NavigateUrl = "login.aspx"LoginLogout.Text = "Login"\[/code\]