Set phone number for mobile phone (VB.net) : PhoneCall « Mobile Control « ASP.Net






Set phone number for mobile phone (VB.net)

<%@ Page 
    Inherits="System.Web.UI.MobileControls.MobilePage" 
    Language="VB" 
%>
<%@ Register 
    TagPrefix="mobile" 
    Namespace="System.Web.UI.MobileControls" 
    Assembly="System.Web.Mobile" 
%>
<script runat="server" language="VB">
</script>
<mobile:Form id="Test" runat="server">
    <mobile:PhoneCall
        runat="server"
        id="Call1"
        Text="Call Work!"
        PhoneNumber="(333) 222-2222"
    />
</mobile:Form>

           
       








Related examples in the same category

1.Mobile phone call (VB.net)
2.mobile:PhoneCall (VB.net)