I tried using
<script src="../js/bootstrap-modal-popover.js"></script>
But it wont work for me.
<asp:Button ID="btnJanB1" runat="server" data-toggle="modal-popover" data-placement="bottom" href="#popupBottom" CommandName="Expand" OnCommand="BubbleButton_Command" CommandArgument='<%#Eval("CategoryName")+"^Jan^B1"%>' Style="display: none;" />
<div id="popupBottom" class="popover">
<div class="arrow"></div>
<h3 class="popover-title">Bottom</h3>
<div class="popover-content">
<p>Sed posuere consectetur est at lobortis. Aenean eu leo quam.
Pellentesque ornare sem lacinia quam venenatis vestibulum.
<a href="#" class="btn btn-default helloWorld">Click me</a>
</p>
</div>
</div>

i need to open as shown below on each button click.How i will solve the solution ..popup is not displaying...bootsrap model popup is working but positioning is a provle.i have display the popup near by on each bubble click