topical media & game development
mashup-amazon-13-13-04-SimpleGoogle-Default.aspx / aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_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 runat="server">
<title>Google Search</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div class="siteHeading">Google Search</div>
<div class="mainTable">
This example searches Google using their SOAP API.
<br />
<br />
Enter Keywords:
<asp:TextBox ID="txtKeywords" runat="server" Text="Amazon Mashups"></asp:TextBox><asp:Button ID="cmdGo"
runat="server" Text="Search" OnClick="cmdGo_Click" /><br />
<asp:RequiredFieldValidator
ID="RequiredFieldValidator1" runat="server" ErrorMessage="Keywords are required" ControlToValidate="txtKeywords"></asp:RequiredFieldValidator>
<br />
<br />
<asp:Label ID="lblResults" runat="server" Text="Label" Width="622px"></asp:Label></div>
</form>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.