I am using Visual Studio 2013 for my Windows Phone App Development. I have to use
System.Web.UI.Page
in my code, but when I try to include it with:
using System.Web.UI;
It gives this error: The type or namespace name Web doesnot exist in namespace System
When I search for it in Object Browser, its there. How can I use it?