0

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?

4

2 に答える 2

0

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.

于 2011-04-06T16:53:01.890 に答える
0

I would consider jquery mobile

于 2011-04-06T16:54:02.570 に答える