go with asp.net mvc
H
Hitesh Sharma _
@Hitesh Sharma _
Posts
-
Should choose ASP.NET MVC or Xamarin -
How to create mega menu in sharepoint 2013?maybe this might help you http://blog.sharepointexperience.com/2013/05/mega-menu-for-sharepoint-part-3-of-3/[^]
-
How can I change image on hover?HTML
Jquery $('#imageid').hover(function() { $(this).attr('src', '/folder/image2.jpg'); }, function() { $(this).attr('src', '/folder/image1.jpg'); });