I'm just getting started trying to learn and use the Bootstrap framework, and not too experienced with CSS either, so it's slow going. I decided to start with a template, and convert it into a Web Application project with WebForms. I'm using the Modern Business
template from StartBootstrap.com.
This template's main page uses the Carousel control, and after 2 days of trial and error, I have finally determined that this does not seem to work inside a Form tag.
I was able to re-create this issue starting from scratch, using these steps:
1) Start with an empty VS 2013 Web Application project, but check the WebForms checkbox.
2) Add a new web page, not using a master page (for this example).
3) I replaced the aspx code with the Carousel code from the Index.html from the Modern Business template, which worked just fine.
4) I added a Form tag, such that the Carousel was within the form. This caused the Carousel to no longer show up on the ...
Go to the complete details ...