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.
@aapkanigam5 жыл бұрын
Thanks keep learning and sharing
@ch3y3nn3098 жыл бұрын
So easy! So elegant. Thank you
@aapkanigam8 жыл бұрын
+Cheyenne du Plooy ur welcome
@dipesh75127 жыл бұрын
Plain and simple thanks a lot bro!
@aapkanigam7 жыл бұрын
+Dipesh Jadhav keep learning and sharing
@AlmutasimAlmazidi5 жыл бұрын
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.
@AhmedAli-ct7bv4 жыл бұрын
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
@fernandofesta718 жыл бұрын
Nice !!!! Sta funzionando molto bene
@RakeshDas-lh4hu8 жыл бұрын
where u write your bootstrap.cshtml....in view folder??...I am new at MVC..pls answer..
@aapkanigam8 жыл бұрын
Please watch my Asp.net mvc tutorial .You will get all stuff there .Go to our page and find playlist for that ..thanks
@ccm76309 жыл бұрын
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
@aapkanigam9 жыл бұрын
+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; }
@ccm76309 жыл бұрын
+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 :)
@aapkanigam9 жыл бұрын
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
@abdullaharbee64154 жыл бұрын
Shukran thank you it was helpful
@aapkanigam4 жыл бұрын
Thanks keep learning and sharing 🙏
@nrepesh9 жыл бұрын
what is the program you are using
@aapkanigam9 жыл бұрын
Means?
@rahulpatel23197 жыл бұрын
I have problem on image size can you help me..boss
@aapkanigam7 жыл бұрын
+rahul patel what error are u getting
@carljonesgallera51587 жыл бұрын
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.
@aapkanigam7 жыл бұрын
+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
@carljonesgallera51587 жыл бұрын
I agree to that. Anyway, I did set the height and width and it worked out! Thank you!
@aapkanigam7 жыл бұрын
+Carl Jones Gallera great..
@narendarsingh46724 жыл бұрын
great
@shumailanasim32164 жыл бұрын
What is the size of image of slideshow
@aapkanigam4 жыл бұрын
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.
@shumailanasim32164 жыл бұрын
@@aapkanigam so what is the solution?
@shumailanasim32164 жыл бұрын
And can I upload videos?
@chandanadhikari46378 жыл бұрын
is it not working in visual studio ultimate 2010?
@aapkanigam8 жыл бұрын
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
@chandanadhikari46378 жыл бұрын
+nigamashish tiwari how can i download bootstrap classes?
@aapkanigam8 жыл бұрын
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.
@chandanadhikari46378 жыл бұрын
+nigamashish tiwari okay after download do i keep it in my vs 2010 folder?
@aapkanigam8 жыл бұрын
Yes and then give that file reference to your master page or shared layout page.
@jimmyleinad6 жыл бұрын
its Responsive?
@aapkanigam6 жыл бұрын
Yes ..
@zainabnoor69547 жыл бұрын
my pics are not in a slide ... what should i do
@aapkanigam7 жыл бұрын
+Zainab Noor take any image in you folder ..and give image path in slide code
@zainabnoor69547 жыл бұрын
slide code means... i have done exactly as u asked but images are shown in form of list.. it wont slide..
@aapkanigam7 жыл бұрын
+Zainab Noor make sure to include bootstrap js and css file reference