You must Sign In to post a response.
  • Category: ASP.NET

    How to use two different version of bootstrap file in Master Page

    hi,

    My master page is designed with bootstrap css file version 3 and in my master content page i want to use bootstrap version 4 for design.

    how to achieve this ?
  • #769868
    Hi Nirvana,

    You can add reference like this:
    <script src="js/bootstrapv3.min.js"></script>
    <script src="js/bootstrapv4.min.js"></script>

    I hope this will help you.

    Regards,
    Nirav Lalan
    DNS Gold Member
    "If you can dream it, you can do it."


  • Sign In to post your comments