Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Introduction to ASP.NET Mobile - ASP.NET tutorial

Category: ASP.NET tutorials - Difficulty: 

Introduction to ASP.NET Mobile tutorial description
| Added on | 26.01.2008 |
| Total clicks | 33 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Introduction to ASP.NET Mobile
More cool ASP.NET tutorials:

ASP.NET is Microsoft’s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial.
Category: ASP.NET tutorials - Difficulty: 


A step-by-step tutorial which explains 2 ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page. Every step has been explained in detail. Online demo and source code available for download.
Category: ASP.NET tutorials - Difficulty: 


This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Category: ASP.NET tutorials - Difficulty: 


How to create a cookie, how to get the value stored in a cookie, set the lifetime, path and domain for a cookie, edit a cookie, delete a cookie, remove subkeys from a cookie...
Category: ASP.NET tutorials - Difficulty: 


A coding standard is a set of guidelines, rules and regulations on how to write code which will help programmers/developer quickly read and understand source code conforming to the style as well as helping to avoid introducing faults and misunderstanding.
Coding standards are important because they provide greater consistency and uniformity in writing code between programmers. This ultimately leads to the code that is easier to understand and maintain which reduces the overall cost of the project.
Category: ASP.NET tutorials - Difficulty: 



