when clicking on link on asp.net page first time getting redirected correctly page when second time clicking on link appending different url existing url , error page displayed saying resource not found. knows problem. using href links navigate through pages jquery in asp.net master page.
the problem above snippet is: absolute path... !!!
make sure use"/" before url:
<a href="/masters/employee/employeegroupsview.aspx">employeegroups</a>
Comments
Post a Comment