A touch gesture is defined as a user-initiated movement with one or more fingers on a touch screen. Controls that are supported on Windows Phone are gesture-aware. These controls support gestures such as tap, pan, and flick.
any body give the code for page navigation ,My application need to navigate from one page to another in C#??
in webapplication we use Response.Redirect(""); but windows phone??