is it possible to bind a 'number' to a bootstrap badge. The 'number' is retrieved from Sql server using- select count(*) from dbo.table_name
as of now, i have button and when i click on it, i get the total number of rows of table in a alert box. I want to make use of bootstrap badges and is it possible that this badge contains the total number of rows every time i load the page.