Click here to Skip to main content
Click here to Skip to main content
Articles » Web Development » ASP.NET » Howto » Downloads
 

Mobile Application Development in ASP.NET

By , 9 Apr 2010
 
LRC_Src.zip
LRC_Src
App_Code
StyleSheet
MobileWebFromTemplate.zip
MobileWebFromTemplate
Web Application
MobileWebForm.zip
MobileWebUserControl.zip
Web Site
MobileWebForm.zip
MobileWebUserControl.zip
Mobile_Emulator.zip
Mobile Emulator
MME30.exe
using System;
using System.Web;
using System.Web.Mobile;
using System.Web.UI.MobileControls;

namespace STL.Web.Mobile.UI
{
    public partial class ErrorPage : System.Web.UI.MobileControls.MobilePage
    {
        #region Event

        protected void Page_Load(object sender, EventArgs e)
        {
            Intitalize();
        }

        protected void cmdHome_Click(object sender, EventArgs e)
        {
            Response.Redirect("~/Loan_RepaymentCalculator.aspx");
        }

        #endregion Event

        #region Method

        private void Intitalize()
        {
            this.frmError.Title = UIConstant.TITLE_BAR;
            this.lblHeadingError.Text = UIConstant.PAGE_TITLE;
        }

        #endregion Method
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Abdul Quader Mamun
Founder
Bangladesh Bangladesh
Member
I have been developing software/web application since 2002 mainly on Microsoft technologies. I am a MCSD and MCTS. I have developed a wide range of Web, Desktop and Mobile applications.

I am vast experience with Telerik technologies.

I am also experience with other technologies.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 9 Apr 2010
Article Copyright 2010 by Abdul Quader Mamun
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid