Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://solutionsgenie.co.in/
the header menues ,Careers and contact us ] are not working in mobie site , please help me
Posted
Comments
Nathan Minier 21-Nov-14 7:01am    
Most folks are not going to follow an external link to an unknown site, just due to GP. Please post your relevant code.
Raj tilak Bose 21-Nov-14 7:25am    
@{
var attributes = new Dictionary<string, object="">();
attributes.Add("data-ajax", false);
attributes.Add("target", "_self");


}

@Html.ActionLink("your logo here", "Index", "Home",null,attributes)
Nathan Minier 21-Nov-14 7:31am    
Unless you've extended Html.ActionLink the first attribute isn't required, and unless you've changed your base to something odd your second is not either.


Is your mobile site it's own web page or is it a responsive design, because that Razor looks like it should be fine.

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