c# - Why should I remove the form tag from the master page when using bootstrap & ASP.Net webformds -



c# - Why should I remove the form tag from the master page when using bootstrap & ASP.Net webformds -

in couple tutorials have been suggested on site on integrating bootstrap asp.net web forms, suggest form tag removed master page. here 1 tutorial leave in form tag:

on asp.net site describes master pages, mentions why there form tag in master page:

a web form (the <form runat="server">) - because asp.net pages typically have web form - , because master page may include web controls must appear within web form - sure add together web form master page (rather adding web form each content page).

a lot of asp controls utilize in master page , content pages require parent form tag, hence cumbersome remove parent form tag on master page.

why necessary remove form tag master page when adding bootstrap site? bootstrap not work when within of form tag?

bootstrap works fine form tag in master page. maintain in mind going have tweak/override styles little bit here , there. part minor though. have not found compelling reason remove form tag master page.

c# html asp.net twitter-bootstrap webforms

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -