Bootstrap Tutorial - #7 Create slideshow | Asp.net mvc

  Рет қаралды 23,378

Technotips Ashish

Technotips Ashish

Күн бұрын

Пікірлер: 68
@rynopot9850
@rynopot9850 5 жыл бұрын
thank you Ashish - that was fantastic, I followed the code line by line, and ended up with a beautiful slide show for a website at work.
@aapkanigam
@aapkanigam 5 жыл бұрын
Thanks keep learning and sharing
@ch3y3nn309
@ch3y3nn309 7 жыл бұрын
So easy! So elegant. Thank you
@aapkanigam
@aapkanigam 7 жыл бұрын
+Cheyenne du Plooy ur welcome
@fernandofesta71
@fernandofesta71 8 жыл бұрын
Nice !!!! Sta funzionando molto bene
@dipesh7512
@dipesh7512 7 жыл бұрын
Plain and simple thanks a lot bro!
@aapkanigam
@aapkanigam 7 жыл бұрын
+Dipesh Jadhav keep learning and sharing
@AhmedAli-ct7bv
@AhmedAli-ct7bv 4 жыл бұрын
my frind i have a prblem i use the code of bootstrap carousel and the images come without carousel just images imbadded in the page
@AlmutasimAlmazidi
@AlmutasimAlmazidi 4 жыл бұрын
Hi, I want to display Item's Images from database with carousel. I did all steps correctly,but I faced one issue which is displaying all images even not related to that Items . Is there any way to solve this issue.
@ccm7630
@ccm7630 8 жыл бұрын
how to makes the button and captions visible when my pic background is white colour ? I follow everything but my arrow for prev and next not functioning
@aapkanigam
@aapkanigam 8 жыл бұрын
+Cheng Man Chin Hi Cheng you can just give style to carousel-caption class with !important tag. for example add following code in style tag . .carousel-caption h1 { font-size: 3em; color: red !important; } /* Description text */ .carousel-caption p { font-size: 2em; color: blue !important; } /* Button text */ .carousel-caption .btn { font-size: 12px; color: yellow !important; }
@ccm7630
@ccm7630 8 жыл бұрын
+nigamashish tiwari Thanks alot ! But i still had the trouble for the prev and next arrow .... :( Your video tutorial really helps alot ! Kepp up the good work :)
@aapkanigam
@aapkanigam 8 жыл бұрын
Replace chevron left and chevron right icons to bootstrap glyficon icons..search bootstrap icons on google . Watch my video for adding bootstrap Icon in button.example
@abdullaharbee6415
@abdullaharbee6415 4 жыл бұрын
Shukran thank you it was helpful
@aapkanigam
@aapkanigam 4 жыл бұрын
Thanks keep learning and sharing 🙏
@narendarsingh4672
@narendarsingh4672 4 жыл бұрын
great
@carljonesgallera5158
@carljonesgallera5158 7 жыл бұрын
Hello sir, how to fit the picture in the whole carousel? Cos my picture's size is not enough to cover the whole carousel. It covers about 90% of it.
@aapkanigam
@aapkanigam 7 жыл бұрын
+Carl Jones Gallera set hieght and width as 100% . It would be better if you take good image with correct dimension otherwise it will not look good
@carljonesgallera5158
@carljonesgallera5158 7 жыл бұрын
I agree to that. Anyway, I did set the height and width and it worked out! Thank you!
@aapkanigam
@aapkanigam 7 жыл бұрын
+Carl Jones Gallera great..
@RakeshDas-lh4hu
@RakeshDas-lh4hu 7 жыл бұрын
where u write your bootstrap.cshtml....in view folder??...I am new at MVC..pls answer..
@aapkanigam
@aapkanigam 7 жыл бұрын
Please watch my Asp.net mvc tutorial .You will get all stuff there .Go to our page and find playlist for that ..thanks
@syednaqvi6757
@syednaqvi6757 7 жыл бұрын
nice thanku
@rahulpatel2319
@rahulpatel2319 7 жыл бұрын
I have problem on image size can you help me..boss
@aapkanigam
@aapkanigam 7 жыл бұрын
+rahul patel what error are u getting
@nrepesh
@nrepesh 9 жыл бұрын
what is the program you are using
@aapkanigam
@aapkanigam 9 жыл бұрын
Means?
@jimmyleinad
@jimmyleinad 6 жыл бұрын
its Responsive?
@aapkanigam
@aapkanigam 6 жыл бұрын
Yes ..
@shumailanasim3216
@shumailanasim3216 4 жыл бұрын
What is the size of image of slideshow
@aapkanigam
@aapkanigam 4 жыл бұрын
You can choose any high resolution image and set the hight and width as per your requirement. In my case I took very high resolution image which is generally not recommended. It makes browser bulky and increase loading time.
@shumailanasim3216
@shumailanasim3216 4 жыл бұрын
@@aapkanigam so what is the solution?
@shumailanasim3216
@shumailanasim3216 4 жыл бұрын
And can I upload videos?
@zainabnoor6954
@zainabnoor6954 7 жыл бұрын
my pics are not in a slide ... what should i do
@aapkanigam
@aapkanigam 7 жыл бұрын
+Zainab Noor take any image in you folder ..and give image path in slide code
@zainabnoor6954
@zainabnoor6954 7 жыл бұрын
slide code means... i have done exactly as u asked but images are shown in form of list.. it wont slide..
@aapkanigam
@aapkanigam 7 жыл бұрын
+Zainab Noor make sure to include bootstrap js and css file reference
@zainabnoor6954
@zainabnoor6954 7 жыл бұрын
i did Sir..
@alpharomeo5123
@alpharomeo5123 6 жыл бұрын
Be Professionally
@chandanadhikari4637
@chandanadhikari4637 8 жыл бұрын
is it not working in visual studio ultimate 2010?
@aapkanigam
@aapkanigam 8 жыл бұрын
ya off course. you need to download bootstrap classes and script and then add to you vs 2010 folder.then finally give reference. It will be working
@chandanadhikari4637
@chandanadhikari4637 8 жыл бұрын
+nigamashish tiwari how can i download bootstrap classes?
@aapkanigam
@aapkanigam 8 жыл бұрын
Please goto twitter bootstrap official site .There you find bootstrap .css and .js file. Http://getbootstrap.com .You can download these files from other site also.Google will help you too.
@chandanadhikari4637
@chandanadhikari4637 8 жыл бұрын
+nigamashish tiwari okay after download do i keep it in my vs 2010 folder?
@aapkanigam
@aapkanigam 8 жыл бұрын
Yes and then give that file reference to your master page or shared layout page.
@alpharomeo5123
@alpharomeo5123 6 жыл бұрын
Develop with REAL CSS !!
Bootstrap Tutorial - #6 Create Popup in Asp.Net MVC (Bootstrap Modal )
13:32
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 69 МЛН
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 45 МЛН
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 126 МЛН
asp.net MVC layout view carousel header image slideshow bootstrap
7:22
Haritha Computers & Technology
Рет қаралды 22 М.
Bootstrap Tutorial - #5 Create thumbnail like flipkart product list
8:44
Technotips Ashish
Рет қаралды 10 М.
Webgrid Paging, sorting and filtering in ASP.Net MVC
40:39
sourav mondal
Рет қаралды 155 М.
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,3 МЛН
ASP.NET Core MVC Tutorial - Full Course to Build YOUR Passion Project!
3:40:07
Build a Responsive Website | HTML, CSS Grid, Flexbox & More
2:02:22
Traversy Media
Рет қаралды 976 М.
C# ASP.NET - Dynamic slider using CSS
15:42
IT School Online
Рет қаралды 1,1 М.
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 69 МЛН