There are good number of third party plugins that you can use with jQuery Mobile for this purpose. But I thought of showing off the simple way of doing the basic Image Carousel. First our html page would look like as below Header Then our JS would look like below. var i = 0; var […]
Write your first .net web service and consume it in jQuery Mobile
As usual, I thought of writing an absolute beginner level tutorial for jQuery Mobile & .net web service developers. First open the Visual Studio and create a Service. Visual Studio will create a service template with a name of Service1. Change the Hello world method in it as below using System; using System.Collections.Generic; using System.Linq; […]