Applying Bootstrap style to Asp.net Controls -


I am creating a simple web project using asp.net 4.5, c # and bootstrap

My foreground is just a master page / default page, where page title and contents are obtained from an MDB database with some static content (navbar, sidebar, footer etc.). I tried to make some pages and everything worked fine, but I realized that the style implemented on ASP.NET web control has not been provided. Note that I'm still putting content in DB because the editor has not done so yet.

Example:

  & lt; I & gt; Prova tag & amp; Amp; ; I & amp; Gt; & Lt; / I & gt; It works (default styling) & amp; ATP: Button CssClass = "BTN BTN-Large" & gt; Test button & lt; / Asp: button & gt; (This does not work (simple, unstable text is shown) & lt; asp: label & gt; Prova roba strana & lt; / asp: label & gt; (This works (because it uses default style Is)    

Thanks in advance!

There are two examples of buttons for a bootstrap theme.

  button type = "button" class = "ATP: button run =" server " Text = "Test Button" CssClass = "btn btn-large" />   

BTn BTN-large "> Test

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -