I have an asp.net application made in VisualStudio2008 and I want to have a similar kind of application for mobile users and I want to use HTML5 and css3 for that but I dont know how to deal with code-behind part can anyone help?
4 Answers
You can expose the logic/code in code behind through web services,(better if they are RESTful), and then consume those services through your client side code (jQuery)
Comments
You might want to look into something like Nustache (Mustache for .NET).
A better option would be to reproach your front-end markup so that it's responsive. A great option would be to use something like Twitter Bootstrap or Zurb's Foundation framework.
1 Comment
Use Twitter Bootstrap http://twitter.github.com/bootstrap/. It really is the best option and will make creating a responsive mobile and desktop site a breeze.