Link to home
Start Free TrialLog in
Avatar of mikha
mikhaFlag for United States of America

asked on

bootstrap with ASP.NET web forms

I have ASP.NET web forms application, with master page and lot of user control (ascx)  for menus and Tabs. I want to make the site responsive with bootstrap. I am new to bootstrap. I see newer with newer version of asp.net and visual studio, when i create a new web forms project , the master page already has bootstrap implemented as such

<div class="navbar navbar-inverse>
   <div class = "container">
     ......
           <footer>
     .......

and so on.

can I copy this html layout, directly into my old application ? I'm not sure if tags like <footer><footer> will work? is this html5 element or something related to bootstrap?

also in my old application, I have user controls (ascx) file for navigation, like shown below

<form>
      <usercontrol:navigationMenu>
      <asp:contentPlaceholder id="content" runat =server>
</form>

what would be best approach, to converting to bootstrap.
SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial