Question : Developing a WAP page with ASP

Hi,

I start my first WAP page with ASP.NET and do the first steps:
Download and install ASP.NET Mobile Controls XHTML Adapter Source and begin with this tutorial: http://www.beansoftware.com/ASP.NET-Tutorials/WML-Mobile-PDA.aspx .

But VS ever tells me in that the tag can't be found.

What step is needed to register the controls?

Thanks,

Andre
Code Snippet:
1:
2:
3:
4:
5:
6:
<% Page Inherits= "System.Web.UI.MobileControls.MobilePage " Language= "C# "%>
<%@ Register TagPrefix= "mobile " Namespace= "System.Web.UI.MobileControls " Assembly= "System.Web.Mobile " %>
 

Welcome

Answer : Developing a WAP page with ASP

Hi,

The page you had shown was written in 2006.

The newer version .NET controls are smart enough to render according to the browser/device types. You can just develop an ordinary web page and it can be seen in mobile. Just need to take care of the asthetics and real estate (like avoiding to use tables, etc.) and avoid relying too much on client-side processing.

Krupa
Random Solutions  
 
programming4us programming4us