Posted on: 10/22/2014 8:37:53 PM | Views : 427

I have an ASPX page AddessDetails.aspx:
<%@ Page language="c#" Codebehind="AddressDetails.aspx.cs" AutoEventWireup="True" Inherits="WKLaw.CMP.Web.AddressBook.AddressDetails" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <HTML> <HEAD> <title>Address Details</title> <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> <meta name="CODE_LANGUAGE" Content="C#"> <meta name=vs_defaultClientScript content="JavaScript"> <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5"> <LINK href="../../styles/style.css" type=text/css rel=StyleSheet> <script src="../../scripts/common.js" type=text/javascript></script> <script src="../../scripts/s ...

Go to the complete details ...