开发者

Can Microsoft AJAX be used for mobile web

开发者 https://www.devze.com 2023-02-23 01:42 出处:网络
The framewor开发者_开发百科k 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?ASP.NET AJAX alon

The framewor开发者_开发百科k 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?


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.


I would consider jquery mobile

0

精彩评论

暂无评论...
验证码 换一张
取 消