0

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?

1
  • I want an application that can work in all the mobiles like windows android Commented Feb 12, 2013 at 5:44

4 Answers 4

1

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)

Sign up to request clarification or add additional context in comments.

Comments

0

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

Eventually, more people will catch on. ;)
0

You can use jquery mobile for your project this is article maybe help you.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.