Download Mobile-enabled ASP.NET Web Forms / MVC application samples

Description

Code samples for the whitepaper "Add mobile pages to your ASP.NET Web Forms / MVC application" linked from http://asp.net/mobile

Source Files

The download file aspnetmobilesamples.zip has the following entries.


.hgignore/*from ww w.  ja  v a  2 s . c  om*/
MobileEnabledMvcApp/MobileEnabledMvcApp.sln
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Content/Mobile.css
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Controllers/AccountController.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Controllers/HomeController.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/MobileAreaRegistration.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Account/ChangePassword.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Account/ChangePasswordSuccess.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Account/LogOn.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Account/Register.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Home/About.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Home/Index.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Shared/_Layout.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/Web.config
MobileEnabledMvcApp/MobileEnabledMvcApp/Areas/Mobile/Views/_ViewStart.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Content/Site.css
MobileEnabledMvcApp/MobileEnabledMvcApp/Controllers/AccountController.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Controllers/HomeController.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Global.asax
MobileEnabledMvcApp/MobileEnabledMvcApp/Global.asax.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Helpers/RedirectMobileDevicesToMobileAboutPageAttribute.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Helpers/RedirectMobileDevicesToMobileAreaAttribute.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/MobileEnabledMvcApp.csproj
MobileEnabledMvcApp/MobileEnabledMvcApp/Models/AccountModels.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Properties/AssemblyInfo.cs
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/MicrosoftAjax.debug.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/MicrosoftAjax.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/MicrosoftMvcAjax.debug.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/MicrosoftMvcAjax.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/MicrosoftMvcValidation.debug.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/MicrosoftMvcValidation.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery-1.4.1-vsdoc.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery-1.4.1.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery-1.4.1.min.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery.unobtrusive-ajax.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery.unobtrusive-ajax.min.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery.validate-vsdoc.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery.validate.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery.validate.min.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery.validate.unobtrusive.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Scripts/jquery.validate.unobtrusive.min.js
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Account/ChangePassword.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Account/ChangePasswordSuccess.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Account/LogOn.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Account/Register.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Home/About.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Home/Index.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Shared/Error.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Shared/_Layout.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Shared/_LogOnPartial.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/Web.config
MobileEnabledMvcApp/MobileEnabledMvcApp/Views/_ViewStart.cshtml
MobileEnabledMvcApp/MobileEnabledMvcApp/Web.Debug.config
MobileEnabledMvcApp/MobileEnabledMvcApp/Web.Release.config
MobileEnabledMvcApp/MobileEnabledMvcApp/Web.config
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp.sln
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/About.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/About.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/About.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/ChangePassword.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/ChangePassword.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/ChangePassword.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/ChangePasswordSuccess.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/ChangePasswordSuccess.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/ChangePasswordSuccess.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/Login.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/Login.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/Login.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/Register.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/Register.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/Register.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Account/Web.config
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Default.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Default.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Default.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Global.asax
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Global.asax.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/About.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/About.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/About.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/ChangePassword.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/ChangePassword.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/ChangePassword.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/ChangePasswordSuccess.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/ChangePasswordSuccess.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/ChangePasswordSuccess.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/Login.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/Login.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/Login.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/Register.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/Register.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/Register.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Account/Web.config
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Default.aspx
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Default.aspx.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Default.aspx.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Mobile.Master
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Mobile.Master.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Mobile.Master.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Mobile/Styles/Mobile.css
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/MobileEnabledWebFormsApp.csproj
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Properties/AssemblyInfo.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Scripts/jquery-1.4.1-vsdoc.js
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Scripts/jquery-1.4.1.js
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Scripts/jquery-1.4.1.min.js
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Site.Master
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Site.Master.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Site.Master.designer.cs
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Styles/Site.css
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Web.Debug.config
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Web.Release.config
MobileEnabledWebFormsApp/MobileEnabledWebFormsApp/Web.config

Download

Click the following link to download aspnetmobilesamples.zip.

aspnetmobilesamples.zip




















Home »
  ASP.NET Free Code »
    UI »




Bootstrap
Captcha
Chart
Control
Flash
Form
GridView
JQGrid
Menu
Portal
ReCaptcha
RichTextBox
Template
TextBox
Tinymce
WebControl
Windows Presentation Foundation