Mobile/code behind
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngmob' list.


Paul Smith
-- Moved from [aspngfreeforall] to [aspngmob] by Mitch Denny <Click here to reveal e-mail address> --

Hi,
Can you put mobile pages in code behind form?
If so what class do I override? I tried MobilePage but I am getting errors.
Could someone post an example please? Thank you.

Reply to this message...
 
    
Anil John
Yes.. you can.. That is the default that is used by the VS.Net. Here are the
relevent bits from a sample codebehind page generated by VS.Net.

Presentation Page:

<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile %>
<%@ Page language="c#" Codebehind="MobileWebForm1.aspx.cs"
Inherits="VSNetTest.MobileWebForm1" AutoEventWireup="false" %>
....

Codebehind Page:

using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.Mobile;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.MobileControls;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;

namespace VSNetTest
{
    /// <summary>
    /// Summary description for MobileWebForm1.
    /// </summary>
    public class MobileWebForm1 : System.Web.UI.MobileControls.MobilePage
    {
        protected System.Web.UI.MobileControls.Form frmFirst;
        protected System.Web.UI.MobileControls.Label lblWelcome;
.....
}

Anil

-----Original Message-----
From: Paul Smith [mailto:Click here to reveal e-mail address]
Sent: Monday, March 11, 2002 9:52 PM
To: aspngmob
Subject: [aspngmob] Mobile/code behind

-- Moved from [aspngfreeforall] to [aspngmob] by Mitch Denny
<Click here to reveal e-mail address> --

Hi,
Can you put mobile pages in code behind form?
If so what class do I override? I tried MobilePage but I am getting errors.
Could someone post an example please? Thank you.

| [aspngmob] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngmob.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
 
System.Web.UI.MobileControls.Form
System.Web.UI.MobileControls.Label
System.Web.UI.MobileControls.MobilePage




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com