Posted on: 5/28/2015 6:19:58 PM | Views : 680

//===========================this is web form===========================//
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="AwsWebApp4._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>My AWS Enabled Application - AwsWebApp4</title> <link rel="stylesheet" href="styles/styles.css" type="text/css" media="screen" charset="utf-8"/> </head> <html> <body> <form id="form1" runat="server">
<div class="container"> <asp:Label ID="Label1" runat ...

Go to the complete details ...