Visual Studio Express 2012 for Web Tutorial 7 - Palindrome Web App


This tutorial shows how to make a web form using the source instead of the design.

A palindrome is a string, word or number that is the same forwards and reverse. This tutorial will make a web app that will check to see if the text entered is the same forwards and reverse.

Palindrome Examples
redder
bob
1991

Some Functions Used in This Tutorial
Ucase - Converts Text To Uppercase
Mid - Used To Extract A Character(s) From A String
Len - Finds The Length Of A String

Code Download
VSE2012T7.zip