I am developing a web application with asp.net webforms with full time server side controls, can I use twitter bootstrap with webforms to make the application responsive. I did work on html5 and responsive web apps with asp.net MVC through client side coding. I am confused can I use twitter bootstrap with webforms in which all the controls are rendering dynamically.
2 Answers
This is also a nice article to begin:
http://www.mytecbits.com/microsoft/dot-net/bootstrap-3-0-0-with-asp-net-web-forms
2 Comments
sunny
Yes, you can use any of the front-end frameworks like pure,foundation,zimit,ink, etc but you won't be able to use 'Design View' in Visual Studio. You will have to work in 'Code View'in Visual Studio and probably will have to do minor tweaking sometimes. Let me know if you have any specific questions.