<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by MythBusta</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 22 Jun 2026 08:07:03 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Need help for checkout page</title>
            <link>http://forum.lowyat.net/topic/2142971</link>
            <description>I m now doing a checkout page to transfer the items in shopping cart table to checkout table. I m stuck at the 2 ??? part (the 2 strings). I only managed to transfer memberID to the checkout page.&lt;b&gt; Anyone can tell what i supposed to write at the 2 ??? part? &lt;/b&gt;&lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;  i already tried using the INSERT INTO and SELECT SQL statement in configure datasource but it wont work. or u all can recommend me with better way to transfer items from one table to another. Also need recommendation to do simple search engine within the site. Thanks for anyone willingness to help (now using visual studio 2008 express)&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('75c832ea59d31f5df7c44d9be443b48d')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;75c832ea59d31f5df7c44d9be443b48d&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;protected void Button1_Click(object sender, EventArgs e)&lt;br /&gt;    {&lt;br /&gt;string MemberID = User.Identity.Name;&lt;br /&gt;string ProductID = ???;&lt;br /&gt;string Quantity =???;&lt;br /&gt;        &lt;br /&gt;&lt;br /&gt;        adsCart1.SelectParameters[&amp;quot;MemberID&amp;quot;].DefaultValue = MemberID;&lt;br /&gt;        adsCart1.SelectParameters[&amp;quot;ProductID&amp;quot;].DefaultValue = ProductID;&lt;br /&gt;        adsCart1.SelectParameters[&amp;quot;Quantity&amp;quot;].DefaultValue = Quantity;&lt;br /&gt;&lt;br /&gt;        adsCheckout.InsertParameters[&amp;quot;ProductID&amp;quot;].DefaultValue = ProductID;&lt;br /&gt;        adsCheckout.InsertParameters[&amp;quot;MemberID&amp;quot;].DefaultValue = MemberID;&lt;br /&gt;        adsCheckout.InsertParameters[&amp;quot;Quantity&amp;quot;].DefaultValue = Quantity;&lt;br /&gt;        &lt;br /&gt;        adsCheckout.Insert(); &lt;br /&gt;        Response.Redirect(&amp;quot;Checkout.aspx&amp;quot;);&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;</description>
            <author>MythBusta</author>
            <category>Codemasters</category>
            <pubDate>Sat, 10 Dec 2011 03:15:56 +0800</pubDate>
        </item>
    </channel>
</rss>
