E:\web\learnaspcom\htdocs\freebook\learn\ubtoc.xml LearnAsp.com - ASP ASP.net Free Lessons
Search Search

#1 worldwide
FREE Coding Lessons

since 1996
   THE BEST WAY to learn ASP & Asp.net!
Advertise Here!
click for details
Credits Host:
DiscountASP.net
Server Admin:
The "Team"
Contact Info.
Charles M. Carroll
<Asp.net blog>
<personal site>
xxx

Utility Belt: AmazonASINSearch
by Charles Carroll

"Utility Belt" can grab the same XML one grabs from Amazon webservices. Here is an example of a lite call.

   filename=/experiments/utilitybelt/vercurrent/ubdemo_amazon_asinsearch_lite.aspx

<Test Script Below>


<%@ debug="true"%>
<%@ Assembly src="utilitybelt.vb" %>
<script language="VB" runat="server">
    dim ub1 as new LearnAsp.UtilityBelt()
Sub Page_Load(S As Object, E As EventArgs)
    UB1.oPTIONS("debug=on,supertrace=on")
    DIM ht1 as new hashtable
    ht1.add("asin","B00005YX8N")
    ht1.add("type","lite")
    litAmazon.text=server.htmlencode(ub1.wsAmazonAsinSearch(ht1))
End Sub
</script>
<html><head>
<title>Utilty Belt Demo</title>
</head>
<body bgcolor="#FFFFFF">
<asp:literal id="litAmazon" EnableviewState="false" runat="server" />
<form runat="server">
</form>
</body></html>

Here is an example of a heavy call..

   filename=/experiments/utilitybelt/vercurrent/ubdemo_amazon_asinsearch_heavy.aspx

<Test Script Below>


<%@ Assembly src="utilitybelt.vb" %>
<script language="VB" runat="server">
    dim ub1 as new LearnAsp.UtilityBelt()
Sub Page_Load(S As Object, E As EventArgs)
        ub1.plcException=plcErr
        ub1.options("debug-on")
        DIM ht1 as new hashtable
        ht1.add("asin","B00005YX8N")
        ht1.add("type","heavy")
        litAmazon.text=server.htmlencode(ub1.wsAmazonAsinSearch(ht1))
End Sub
</script>
<html><head>
<title></title>
</head>
<body bgcolor="#FFFFFF">
<asp:placeholder id="plcErr" runat="server"/>
<asp:literal id="litAmazon" EnableviewState="false" runat="server" />
<form runat="server">
</form>
</body></html>
Send Us a Holiday Gift!. Charles celebrates Christmas, Jewish holidays, Kwanza, Chinese New Year, Japanese Holidays, Secretary Day, High Muslim Holy Days, Pagan & Wicca holidays, and many more! - send a gift any HOLIDAY. 2004 gift gallery & 2005 gift gallery