The framework is .NET. Since it has Microsoft AJAX, jQuery baked in, can these be leveraged for the mobile web or would it be better to use a JS mobile library instead?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

ASP.NET AJAX alone isn't mobile optimized at all. Using UpdatePanels on a mobile device would be even slower than on the desktop, for example.

That doesn't count ASP.NET out for mobile development though, of course. I've had great results mixing ASP.NET with jQuery Mobile.

link|improve this answer
feedback

I would consider jquery mobile

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.