Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Mobile


Search:
What's New - What's Hot
.NET Mobile Web SDK: Build and Test Wireless Web Applications for Phones and PDAs  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Eric Griffin      Rating:  
Read Reviews | Write Review |  Your Rating: 

Cell phones, PDAs, and other wireless devices that connect with the Internet enjoy growing popularity, making wireless applications more important and especially useful to companies with remote employees. This article presents an overview of the .NET Mobile Web SDK for building wireless apps. The technologies and design decisions that influence the development of mobile Web applications are discussed along with specific strategies for setting up a development environment using an emulator and bu...

Accessing Data from a Mobile Application     
Total Hits: 177  |  Today: 0Author: John Papa      Rating:  
Read Reviews | Write Review |  Your Rating: 

Data access is an important aspect of developing applications with the Microsoft® .NET Compact Framework for Windows Mobile® devices. By using the existing architecture to send and receive data between your mobile application and your application server, you can pass data with either DataSets, custom objects, or scalar values.

In this installment of DataPoints, I want to discuss best practices for data access strategies when developing mobile applications for Smartphones. I will demonstra...

Mobile Device Capabilities     
Total Hits: 228  |  Today: 0Author: Shivani      Rating:  
Read Reviews | Write Review |  Your Rating: 

Today I was thinking to get a good PDA. As I looked at NOKIA COMMUNICATOR 9210m found it interesting. Having a close look on functionalities and then just thinking of my Mobile I came to know some basic things regarding Device Capabilities and that is what inspire me to write this Article and as I am working with Mobile Internet Toolkit that make me inquisitive to know what actually this giving us to deal with this versatile characteristics....

Building Basic Mobile Web Forms     
Total Hits: 183  |  Today: 0Author: Doug Seven      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET enables developers to do a lot of things with ease. Bind data to HTML Table output (DataGrid, DataList, Repeater), maintain state, and build Mobile Web Forms.

Mobile Web Forms are specialized versions of ASP.NET Web Forms, using a selective set of Mobile Controls. The Mobile Controls are devired from standard ASP.NET Server Controls - the Mobile Label control is derived from the ASP.NET Label control for example. This enables the developer to write code with a set of controls that...

Personalizing Mobile Web Applications     
Total Hits: 200  |  Today: 0Author: Dotnetforce      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses how to personalize the settings for a mobile web application based on the user logged into the site. Personalization is a very useful approach to provide a satisfying user experience. Particularly in Mobile applications where the small size of the device is often a hindrance in data input, the user can be more comfortable when the amount of data entry is reduced when some commonly used settings are persisted in a secure manner....

Using Remote Data Access with SQL Server CE 2.0     
Total Hits: 343  |  Today: 0Author: ondotnet      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft SQL Server CE edition is the database server built by Microsoft to run on mobile devices. Besides being a standalone database for mobile applications, SQL Server CE also allows you to connect to your desktop SQL Server 2000 and perform remote data access and merge replication. In this article, you will learn how to build a .NET Compact Framework mobile application using Visual Studio .NET 2003 and how it can perform remote data access using SQL Server CE 2.0....

Mobile Web Development with ASP.NET Downloads     
Total Hits: 1281  |  Today: 0Author: msdn      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ASP.NET mobile controls (previously called the Microsoft Mobile Internet Toolkit) extend the power of ASP.NET to allow you to develop mobile web applications. This page lists a few resources related to the mobile controls....

Mobile Internet Toolkit versus Smart Device Extensions, SSL Glitch Again, and More  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Nancy Michell      Rating:  
Read Reviews | Write Review |  Your Rating: 

I want to build a little note-taking application for mobile phones and other devices. It would be used to keep personal notes like reminders and grocery lists. I also need to update my company's Web site so it can deliver content to all the different handheld devices that are out there. I'm confused about which tool to use. I've heard about the Microsoft® Mobile Internet Toolkit (MMIT) and the Smart Device Extensions (SDE). What do they do? Which tool should I use?...

Autocomplete ComboBox (Windows Mobile)  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Vimal      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here is the code by which you can get functionality of Auto complete combobox in normal combobox.

Just set your combobox's DropDownStyle to System.Windows.Forms.ComboBoxStyle.DropDown and add the following code in KeyUp event of the same combobox....

How to create ASP.Net mobile web application  Version: 0.00     Price: $0.00  
Total Hits: 17  |  Today: 0Author: www.netomatix.com      Rating:  
Read Reviews | Write Review |  Your Rating: 

World is going mobile everyday and so are web applications. This article will provide you some basic information on how to get started with writing a simple ASP.Net mobile application using Visual Studio(2005 or 2008). We will build a more sophisticated search application based on the project we will create in this article. For most part you can refer to...

Mobile Device Detection and Redirection Using ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Amit Patel      Rating:  
Read Reviews | Write Review |  Your Rating: 

Adding server-side browser detection and redirection to your website using the ASP.NET platform is quite easy. This code should be inserted into the Page_Load event of the web form code behind file (e.g. default.aspx.cs). To enable this site-wide, just add it to the Page_Load event of the Master Page file....

Mobile Device Detection and Redirection Using ASP.NET/MVC  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: matrixmesh      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains approaches for ASP.NET mobile development to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser....

Mobile Mail sending Application using ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 15  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

This program will allow the user to send mail from his mobile device. Here we use a mail server and make use of the classes provided in the System.Web.Mail namespace. We also make elaborate use of validation controls....

Mobile Banking Application using ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 23  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

We want to develop an application for a bank that will provide its users with their account balance on a mobile device. Users will be authenticated against their pre assigned credentials and, if that is successful, logged on. Then they will be asked for their account number, which returns their balance....

ASP.NET Mobile Controls QuickStart  Version: 0.00     Price: $0.00  
Total Hits: 32  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ASP.NET Mobile Controls QuickStart Tutorial is a set of samples and supporting documentation designed to quickly acquaint you with the ASP.NET mobile controls. The QuickStart Tutorial samples are designed to be short, easy-to-understand illustrations of features of the mobile controls. By the time you complete the QuickStart Tutorial, you will be able to build fully functioning ASP.NET mobile Web pages....

ASP.NET Mobile Web Development Overview  Version: 0.00     Price: $0.00  
Total Hits: 23  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

Developing ASP.NET pages for mobile device browsers does not differ substantially from developing pages for desktop browsers. To help you create applications for mobile devices, ASP.NET provides a System.Web.Mobile namespace devoted specifically to mobile Web development....

Mobile Device Detection and Redirection Using ASP.NET / MVC  Version: 0.00     Price: $0.00  
Total Hits: 28  |  Today: 0Author: Amit Patel      Rating:  
Read Reviews | Write Review |  Your Rating: 

Adding server-side browser detection and redirection to your website using the ASP.NET platform is quite easy. This code should be inserted into the Page_Load event of the web form code behind file (e.g. default.aspx.cs). To enable this site-wide, just add it to the Page_Load event of the Master Page file....

Introduction to ASP.NET Mobile     
Total Hits: 131  |  Today: 0Author: Andrei Pociu      Rating:  
Read Reviews | Write Review |  Your Rating: 

The mobile controls provided by ASP .NET target, as the name suggests, mobile devices (cell phones, Palms, etc.). This article will give you an idea of how to develop mobile web applications using ASP .NET and the Microsoft Visual Studio .NET environment. It will describe some of the most important mobile specific controls but won't go deep into the subject. At the end we'll also take a look at the Pocket PC Emulator 2002 which is included in Visual Studio .NET....

Building Mobile Web Applications with .NET Mobile Web SDK & ASP.NET     
Total Hits: 116  |  Today: 0Author: Srinivasa Sivakumar.S      Rating:  
Read Reviews | Write Review |  Your Rating: 

These days mobile devices are part of our life style and most of us can’t live with out them. When these mobile devices are connected to the Internet, the powers of the mobile devices are endless. We can deliver timely data to the user at any place and any time. Traditionally mobile applications are developed using WML, WMLScript and WBMP with a server. For dynamic WML applications, developers used ASP, JSP, PHP, etc. Still these applications serve WML on the fly. The Mobile Devices includes Cel...

File Info on Mobile     
Total Hits: 236  |  Today: 0Author: Shivani      Rating:  
Read Reviews | Write Review |  Your Rating: 

So here I am. Back after a fantabulous home trip. From there I gained a lot, talked to people about what they expect from their Mobile and the response was real good and positive. People are really excited and want to go on running up with the technology....


1  2  3  4  


Disclaimer - Privacy
© 2002-2012 DevASP.net