2
Answers

How to Slide the content in MVC through Jquery

Arun Kumar

Arun Kumar

9y
460
1
How to Make a Slide Show with next and previous button through Jquery where data comes from Database in MVC. Data comes from database is are containing image and Text both. So, Please help?
Answers (2)
1
Amit Singh

Amit Singh

NA 3.7k 46.6k 9y
1.First Create on Website
 
2.Add one Master Page
 
3.Add One WebForm and add with Master Page
 
4.Create one Css page
 
https://www.asp.net/web-forms/overview/older-versions-getting-started/master-pages/creating-a-site-wide-layout-using-master-pages-cs
 
http://www.aspdotnet-suresh.com/2014/07/master-page-with-menu-control-in-aspnet-example.html 
 
 
0
Raja

Raja

NA 1.7k 45.3k 9y
Give some extensive explain sir.
0
Amit Singh

Amit Singh

NA 3.7k 46.6k 9y
Add external  CSS  to Master page
 
<link href="MyStyle.css" rel="stylesheet" type="text/css"> in head tag.
 
 
<asp:Textbox id="Textbox1" runat="server" CssClass="your class/id name">