Someone have mixed these two before? Could it give problems having an Update Panel with twitter bootstrap and ajax control toolkit controls mixed in? Any conflicts when using one or another ajax functions?
Someone have mixed these two before? Could it give problems having an Update Panel
Share
For now i have seen a considerable problem.
forces you to enclose it in a form with runat=”server”. The problem
is that later when you want to use little forms with the twitter
bootstrap form’s classes (for login, data input, etc) the html
validation warns that you cannot put forms inside forms and chrome
for example removes the inner forms tags…and if you replace the
forms tag with div tag and apply the twitter bootstrap form’s classes
it loses the margin bottom given by the twitter bootstrap css to the
form elements…