Introduction
- <%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="C#"Debug="true" %>
- <%@ Register TagPrefix="mobile"Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile"%>
But now there is only one Assembly that is System.Web.Mobile.dll, System.Mobile is now System.Web.Mobile and System.Mobile.UI is now:
So now it will be like"
- System.Mobile.UI.MobileControls.
- <%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="C#"Debug="true" %>
- <%@ Register TagPrefix="mobile"Namespace="System.Web.UI.MobileControls"Assembly="System.Web.Mobile"%>
Try this to your previous written code change this way. Even the properties name like FontSize, FontName, and now become as Font-Size and Font-Name.
Anyway, rest updates in the next one.
Join the conversation! Your thoughts help the community grow.