|
 |
[2003-11-21] Form Authentication for Mobile Applications In this example we will authenticate mobile web users for our application using Forms Authentication.
Other forms of authentication for mobile web applications are
- Windows Authentication
- Passport Authentication
[2003-11-17] Mobile Stock Quote Tracker We will create a mobile stock quote tracker program in this article. The program retrieves the real time quotes of symbols specified by the user and displays the results in a user friendly format. The user can also specify the high and low thresholds for setting alerts. The View Stock Alerts screen displays the stocks that have crossed above the high threshold and stocks that have values below the low threshold.
The stock symbols selected by the user are stored in a simple MS Access database containing a single table "tblStk"
Here is the data structure of tblStk
|
|
|