<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Commerce Starter Kit</title><link>http://forums.asp.net/84.aspx</link><description>Discuss the Commerce Starter Kit Installation Package and Source Code for ASP.NET 1.x.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>format currency</title><link>http://forums.asp.net/thread/327305.aspx</link><pubDate>Tue, 02 Sep 2003 17:45:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:327305</guid><dc:creator>glendambo</dc:creator><author>glendambo</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/327305.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=327305</wfw:commentRss><description>ShoppingCart.aspx.vb
&lt;br /&gt;

&lt;br /&gt;
'Update Total Price Label
&lt;br /&gt;
lblTotal.Text = String.Format(&amp;quot;{0:c}&amp;quot;, cart.GetTotal(cartId))
&lt;br /&gt;

&lt;br /&gt;
on {0:c} i get back DM (DeutschMark, i'm from germany), but i need
&lt;br /&gt;
EURO(€). what signs are that ?
&lt;br /&gt;

&lt;br /&gt;
in ControlPanel/RegionalOptions/Currency i selected €.
&lt;br /&gt;

&lt;br /&gt;
thanks, glendambo</description></item><item><title>Having issues getting csk 2 final to work</title><link>http://forums.asp.net/thread/3439747.aspx</link><pubDate>Sun, 04 Oct 2009 17:27:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3439747</guid><dc:creator>brokensaber</dc:creator><author>brokensaber</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3439747.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=3439747</wfw:commentRss><description>&lt;p&gt;Will csk work on SQLexpress 2008?&amp;nbsp; I been having issues on getting it to work.&amp;nbsp; I have the following error.&lt;/p&gt;&lt;p&gt;Object reference not set to an instance of an object.



&lt;span&gt;
&lt;h2&gt;&lt;i&gt;Object reference not set to an instance of an object.&lt;/i&gt; 
&lt;/h2&gt;
&lt;/span&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: 
&lt;/b&gt;An unhandled exception occurred during the execution of the current web 
request. Please review the stack trace for more information about the error and 
where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: 
&lt;/b&gt;System.NullReferenceException: Object reference not set to an instance of an 
object.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;/code&gt;
&lt;pre&gt;Line 9:      //sense to you
Line 10: 
&lt;font color="red"&gt;Line 11:     foreach (Commerce.Common.Category cat in CategoryController.CategoryList)
&lt;/font&gt;Line 12:     {
Line 13: &lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;br /&gt;&lt;b&gt;Source File: 
&lt;/b&gt;c:\inetpub\wwwroot\Commerce.Web\Modules\CatalogList.ascx&lt;b&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/b&gt;11 
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Stack Trace:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;/code&gt;
&lt;pre&gt;[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.modules_cataloglist_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\Commerce.Web\Modules\CatalogList.ascx:11
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Control.Render(HtmlTextWriter writer) +10
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   ASP.modules_mainnavigation_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\Commerce.Web\Modules\MainNavigation.ascx:11
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Control.Render(HtmlTextWriter writer) +10
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Control.Render(HtmlTextWriter writer) +10
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   ASP.site_master.__RenderelForm(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\Commerce.Web\site.master:48
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +163
   System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32
   System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +51
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Control.Render(HtmlTextWriter writer) +10
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Page.Render(HtmlTextWriter writer) +29
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Mdoules</title><link>http://forums.asp.net/thread/3422814.aspx</link><pubDate>Thu, 24 Sep 2009 10:11:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3422814</guid><dc:creator>mapelixir</dc:creator><author>mapelixir</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3422814.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=3422814</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;In simple terms what happens in the &lt;/p&gt;
&lt;p&gt;1. Payment Module&lt;/p&gt;
&lt;p&gt;2. Shipping Module&lt;/p&gt;
&lt;p&gt;3. Order Total Module&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Can we integrate CMS into existing website?</title><link>http://forums.asp.net/thread/2442654.aspx</link><pubDate>Tue, 24 Jun 2008 10:24:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2442654</guid><dc:creator>priya_r</dc:creator><author>priya_r</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2442654.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2442654</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi all,&lt;/p&gt;&lt;p&gt;I&amp;#39; m a newbie to web application development. I have read some tutorials on web regarding the definition and usage of CMS. understood the basic things.&lt;/p&gt;&lt;p&gt;what I want to know is can we integrate CMS into an existing website. For eg. if we have our company website(static) and want to manage the content, can we do it by integrating a CMS like joomla or we have to rebuild it using joomla?&lt;/p&gt;&lt;p&gt;also let me know how to integrate the same(CMS) for an e-commerce site developed in ASP.NET and C#.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Priya&amp;nbsp;&lt;/p&gt;</description></item><item><title>NopCommerece Probloems and a question related.</title><link>http://forums.asp.net/thread/3339509.aspx</link><pubDate>Mon, 10 Aug 2009 16:37:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3339509</guid><dc:creator>ozyeru</dc:creator><author>ozyeru</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3339509.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=3339509</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I want to use NopCommerece cart shop, and i encountered difficulties to install it. iam having problems in step two where i need to input the SQL server name and fill DATABASE USER DETAILS.&lt;/p&gt;
&lt;p&gt;I try to to install it on my own PC, using SQL server 2005, but i don&amp;#39;t know how to find my SQL Server name and i couldn&amp;#39;t find it anywhere!!! so, HOW can i find my own SQL Server name running on my OWN PC?&lt;/p&gt;
&lt;p&gt;Second, i have to create a Database User, and i just don&amp;#39;t know how to do it. where do i create the database User?&lt;/p&gt;
&lt;p&gt;Moreover, Is NopCommerece safe for commercial use? THANK YOU VERY MUCH!!!&lt;/p&gt;</description></item><item><title>Fedex, UPS, USPS, etc</title><link>http://forums.asp.net/thread/4280.aspx</link><pubDate>Wed, 26 Jun 2002 01:01:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:4280</guid><dc:creator>bdesmond</dc:creator><author>bdesmond</author><slash:comments>108</slash:comments><comments>http://forums.asp.net/thread/4280.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=4280</wfw:commentRss><description>I'll probably write this for my own satisfaction anyway, but would anybody be interested in:
&lt;br /&gt;

&lt;br /&gt;
Modules to interface with Fedex, UPS, Airborne, USPS (or whichever ones I can figure out the web services interfaces for) in the cart?
&lt;br /&gt;

&lt;br /&gt;
I'll write it in VB.NET.
&lt;br /&gt;

&lt;br /&gt;
</description></item><item><title>how can i create TRIAL VERSION of ASP.NET application ??</title><link>http://forums.asp.net/thread/1204800.aspx</link><pubDate>Tue, 21 Feb 2006 13:52:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1204800</guid><dc:creator>jay4ever_2000</dc:creator><author>jay4ever_2000</author><slash:comments>7</slash:comments><comments>http://forums.asp.net/thread/1204800.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=1204800</wfw:commentRss><description>&lt;p&gt;i m at trouble my boss told me to create TRIAL VERSION of ASP.NET program&lt;/p&gt;&lt;font color=#ff0000 size=5&gt;how can i create TRIAL VERSION of ASP.NET application ??&lt;/font&gt;
&lt;p&gt;pls help me &lt;/p&gt;</description></item><item><title>Header conflict error in ASP.NET Commerce Starter Kit</title><link>http://forums.asp.net/thread/1093552.aspx</link><pubDate>Wed, 26 Oct 2005 00:22:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1093552</guid><dc:creator>onecorp</dc:creator><author>onecorp</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/1093552.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=1093552</wfw:commentRss><description>&lt;P&gt;I have tried to utilize the ASP.Net Commerce Starter kit in a programme of my own called onecorpNumber Picker but have encountered the following error:&lt;/P&gt;
&lt;P&gt;Note a) version VBVS&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) my programme is in VWD 2005 beta express&lt;/P&gt;
&lt;P&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line&amp;nbsp;&amp;nbsp;&amp;nbsp; Column&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project&lt;BR&gt;Warning&amp;nbsp;3&amp;nbsp; withEvents variable 'Header' conflicts with property 'Header' &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in the base class 'Page' and should be declared 'Shadows'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;C:\Inetpub\wwwroot\onecorpNumberPicker\Checkout.aspx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\...\onecorpNumberPicker\&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Checkout.aspx details:&lt;BR&gt;&lt;FONT size=2&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;%&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;@&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Page&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Language&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="vb"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;CodeFile&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="CheckOut.aspx.vb"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;AutoEventWireup&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="false"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Inherits&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="CheckOut"&lt;/FONT&gt;&lt;FONT size=2&gt; %&amp;gt;Net&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;BR&gt;Checkout.aspx.vb details:&lt;BR&gt;&lt;FONT color=#0000ff size=2&gt;&lt;/P&gt;
&lt;P&gt;Partial&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Class&lt;/FONT&gt;&lt;FONT size=2&gt; CheckOut&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Inherits&lt;/FONT&gt;&lt;FONT size=2&gt; System.Web.UI.Page&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;BR&gt;Is anyone able to assist?&amp;nbsp; Thank you.&lt;/P&gt;</description></item><item><title>did someone plan to merge Logistics function into CSK? </title><link>http://forums.asp.net/thread/3191011.aspx</link><pubDate>Wed, 27 May 2009 15:48:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3191011</guid><dc:creator>lingyun2003</dc:creator><author>lingyun2003</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3191011.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=3191011</wfw:commentRss><description>&lt;p&gt;recently ,i want to get a big deal about the &lt;b&gt;&lt;span&gt;mergence&amp;nbsp; of&amp;nbsp; &lt;/span&gt;&lt;/b&gt;&lt;span&gt;Logistics and e-commerce! &lt;/span&gt;&lt;a href="http://dict.cn/mergence.htm"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;thank you any idea in advance!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>CSK 3.0 CTP1 Available</title><link>http://forums.asp.net/thread/2707317.aspx</link><pubDate>Mon, 27 Oct 2008 02:39:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2707317</guid><dc:creator>brokensaber</dc:creator><author>brokensaber</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2707317.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2707317</wfw:commentRss><description>&lt;p&gt;&amp;nbsp; You can find it here &lt;a href="http://www.codeplex.com/csk"&gt;http://www.codeplex.com/csk&lt;/a&gt;&amp;nbsp; via Download link &lt;/p&gt;

&lt;p&gt;&amp;nbsp; You can get the latest information about CSK 3.0 at J Sawyers Blog at &lt;a href="http://www.microsoft-j.net/"&gt;http://www.microsoft-j.net/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Some facts about CSK 3.0&lt;/p&gt;&lt;p&gt;&amp;nbsp;A totally new build based off of ASP.Net 3.5 Web forms and ASP.NET MVC&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Notes about this build from J. Sawyers Blog&lt;/p&gt;&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Release Notes&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This is a &lt;i&gt;Tech Preview&lt;/i&gt;. Read: nowhere near final. It’s not
even up to what I’d call a beta. I’m putting this up primarily for
feedback from the community and (hopefully) to generate some additional
interest. It does show the direction that I’m going with this and I
hope you’ll notice that, while the underlying functionality is pretty
complex, it’s easy to work with and easy to change the UI. I have
avoided duplicated any code as much as possible, though I may have
missed something. &lt;/p&gt;
&lt;p&gt;User Interface elements: &lt;/p&gt;
&lt;p&gt;Most of the user interface is encapsulated in User Controls, which
you will find in the Controls folder. I think that the names should be
self-explanatory. For simplicity, data binding is used whenever
feasible. Yes, it is not the most attractive. If there is anyone with
better design skills, I’d be happy to hear from you. &lt;/p&gt;
&lt;p&gt;Implemented functionality: &lt;/p&gt;
&lt;p&gt;It’s the very base functionality; you have catalog display and
navigation, cart functionality and checkout functionality. Checkout
does not, at this time, call any of the payment processing components
but the code will be (for the most part) the same when that does get
added in. &lt;/p&gt;
&lt;p&gt;Installation: &lt;/p&gt;
&lt;p&gt;Unzip the file to a folder on your system. In the Data folder, you
will find a backup of the Sql Server database that is used for the
site. If you restore this to “.\SqlExpress” in a database named
“CommerceDb”, you will not need to make any changes at all to the
connection strings. If, however, your database is different, change the
connection strings that are in the web.config. &lt;/p&gt;
&lt;p&gt;Coming next:&lt;/p&gt;










































&lt;p&gt;Added actual payment processing. Would like to get login implemented as well; we’ll see about that. &lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;</description></item><item><title>Integrate Shopping cart with my existing Website</title><link>http://forums.asp.net/thread/3025094.aspx</link><pubDate>Fri, 20 Mar 2009 20:13:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3025094</guid><dc:creator>jagu_rita</dc:creator><author>jagu_rita</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3025094.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=3025094</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi all,&lt;/p&gt;&lt;p&gt;We have a&amp;nbsp; website currently up and running in ASP.NET, C# and SQL server 2008 and .NET 3.5 SP1 installed in our web server. We would like to integrate our site with Shopping cart. So i need some pointer from you.&lt;/p&gt;&lt;p&gt;Our Requirements:&lt;/p&gt;&lt;p&gt;1) We have a product and category information which is stored in
database. We would like to use this product and category table in online storefront so that we can avoid redundancy by adding the same products in online store also.&lt;br /&gt;2) And We already have customers registered with our website. So can we
use the same login system when user is checking out the products from our site? If so how can we update the store front database with our
existing customer back end table.&lt;/p&gt;&lt;p&gt;So far, I have seen Aspdotnetstorefront, dotnetcart and network solutions and mediachase. But As far as my research they are specifying it needs lot of customization or cant implement in this way. &lt;br /&gt;&lt;/p&gt;&lt;p&gt; Is there any shopping cart software will satisfy my requirements? Please input some of ur points.&lt;/p&gt;&lt;p&gt;Thanks. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Error while trying to run project: Unable to start debugging on the web server. </title><link>http://forums.asp.net/thread/477769.aspx</link><pubDate>Tue, 17 Feb 2004 19:38:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:477769</guid><dc:creator>thuhue</dc:creator><author>thuhue</author><slash:comments>16</slash:comments><comments>http://forums.asp.net/thread/477769.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=477769</wfw:commentRss><description>I downloaded IBuySpy Store VS VB on to my computer. I got the store database and VS project components. Every thing looks OK, except the following message pops up when I start the project:
&lt;br /&gt;

&lt;br /&gt;
Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.
&lt;br /&gt;

&lt;br /&gt;
What causes the above error? What can I do to fix it? 
&lt;br /&gt;

&lt;br /&gt;
The project runs just fine without error if I start it without debugging.
&lt;br /&gt;

&lt;br /&gt;
Thanks for any help.
&lt;br /&gt;
</description></item><item><title>Need Recommendations</title><link>http://forums.asp.net/thread/2838260.aspx</link><pubDate>Tue, 30 Dec 2008 16:10:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2838260</guid><dc:creator>sduffy77</dc:creator><author>sduffy77</author><slash:comments>11</slash:comments><comments>http://forums.asp.net/thread/2838260.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2838260</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello All,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; I wanted to get some suggestions from you. Here&amp;#39;s what we need:&lt;/p&gt;&lt;p&gt;ecommerce platform that is affordable, efficient, and seo friendly – we will 
probably have to accommodate approx – 10-25 products – we also need a merchant 
account so we can process the cc online. &lt;/p&gt;&lt;p&gt;So basically I&amp;#39;m hoping to find a prepackaged CMS, Product Management, and checkout cart that is easily skinable. I&amp;#39;ve used dotnetnuke with catalist, aspnetstorefront, and some other prepackaged solutions before however it&amp;#39;s been years so what I&amp;#39;m looking for is what is the best solutions out there right now.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Any help is greatly appreciated.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Shaun &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Paypal Commerce Starter Kit - Shared SSL</title><link>http://forums.asp.net/thread/1578440.aspx</link><pubDate>Wed, 14 Feb 2007 15:25:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1578440</guid><dc:creator>tonsai</dc:creator><author>tonsai</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/1578440.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=1578440</wfw:commentRss><description>&lt;p&gt;Does anyone know if the Paypal commerce starter Kit works with shared SSL.&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;Tonsai&lt;/p&gt;</description></item><item><title>How to integrate the Paypal express checkout</title><link>http://forums.asp.net/thread/2489916.aspx</link><pubDate>Tue, 15 Jul 2008 08:57:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2489916</guid><dc:creator>thakkermukund123</dc:creator><author>thakkermukund123</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2489916.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2489916</wfw:commentRss><description>&lt;p&gt;
I am developing an ecommerce commercial web site that will take PayPal payments.&amp;nbsp;

I want to configure the PayPay payment features and work with the PayPal Sandbox in order to test all this.

What Checkout/PayPal Payment featues are available for configuration? &lt;/p&gt;&lt;p&gt;I wants to configure using Express Checkout.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>XSL versus XSLT</title><link>http://forums.asp.net/thread/2836479.aspx</link><pubDate>Mon, 29 Dec 2008 20:41:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2836479</guid><dc:creator>Big Show</dc:creator><author>Big Show</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2836479.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2836479</wfw:commentRss><description>&lt;p&gt;I notice in the transform folder of the DashCommerce application that there is xslt files.&amp;nbsp; How are these created?&amp;nbsp; I can add xsl files in the project, but I don&amp;#39;t see where xslt files can be added.&amp;nbsp; Can someone help me out with this?&amp;nbsp; I&amp;#39;m trying to duplicate this in another project to understand how this works.&amp;nbsp; Thanks...&lt;/p&gt;</description></item><item><title>Dashcommerce or TBH?</title><link>http://forums.asp.net/thread/2524651.aspx</link><pubDate>Wed, 30 Jul 2008 11:40:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2524651</guid><dc:creator>priya_r</dc:creator><author>priya_r</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2524651.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2524651</wfw:commentRss><description>&lt;p&gt;hii everyone,&lt;/p&gt;
&lt;p&gt;I have been searching the web for the past two days to get the best open source solution for CMS integrated with all the possible best features like e-commerce, directory, events, blogs, etc. &lt;/p&gt;
&lt;p&gt;some thing like Joomla in PHP, I need it in .NET, C#. I have found TBH starter kit, Dashcommerce,Umbraco,Mojoportal,Rainbow Portal,but not able to decide on one.&lt;/p&gt;
&lt;p&gt;Can anyone suggest me the best of the above with the features I mentioned before.&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Priya&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>shopping cart Integration with existing dynamic catalog</title><link>http://forums.asp.net/thread/2532296.aspx</link><pubDate>Sat, 02 Aug 2008 12:05:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2532296</guid><dc:creator>mark stubbins</dc:creator><author>mark stubbins</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2532296.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2532296</wfw:commentRss><description>&lt;p&gt;I have a dynamic catalog already setup and working with 30K of products using a ms mdb database. The catalog is working correctly and all categories and sub categories are being pulled correctly. I have no shopping cart. I am looking for a shopping cart system (C# version) that I can rap around my exsiting catalog. I would like to be able to pass my items to a shopping cart and then use all the features of the shopping system for checkout, viewcart, admin, etc. Can anyone point me in the right direction or show me how to use this ecommerce&amp;nbsp;starter kit&amp;nbsp;to integrate into my existing site. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;All the free shopping systems all seem to have their own internal structure and it appears to be very difficult to use my own database.&lt;/p&gt;
&lt;p&gt;Any help would be greatly apppreciated.&lt;/p&gt;</description></item><item><title>Getting started - installed from Control Panel</title><link>http://forums.asp.net/thread/2695791.aspx</link><pubDate>Tue, 21 Oct 2008 03:33:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2695791</guid><dc:creator>bmwhealton</dc:creator><author>bmwhealton</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2695791.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2695791</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I just installed this from the control panel of my web hosting provider.&amp;nbsp; The problem is that it doesn&amp;#39;t ask for a email address when I set it up.&amp;nbsp; Then when I go to the site that was created, and try to sign in, I&amp;#39;m asked for my email and password.&amp;nbsp; I&amp;#39;m used to using Linux installations with Fantastico.&amp;nbsp; Still, an installer should make this more clear.&amp;nbsp; I mean if there is a different back-end area where one should go immediately, then that should be indicated during installation.&amp;nbsp; What should I do?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Bruce &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Any copies of CommerceStarterKit.zip before it went to DashCommerce</title><link>http://forums.asp.net/thread/2490394.aspx</link><pubDate>Tue, 15 Jul 2008 12:25:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2490394</guid><dc:creator>ricc</dc:creator><author>ricc</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2490394.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2490394</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I&amp;#39;m look for a copy of ASP.NET 2.0 PayPal-enabled Commerce Starter Kit, that used to be on &lt;a href="http://www.commercestarterkit.org/"&gt;www.commercestarterkit.org/&lt;/a&gt; before it changed to &lt;a href="http://www.dashcommerce.org/"&gt;www.DashCommerce.org&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Does anyone have a c# copy they could post?&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Contact page and mail settings</title><link>http://forums.asp.net/thread/2484459.aspx</link><pubDate>Fri, 11 Jul 2008 20:51:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2484459</guid><dc:creator>TheEagle</dc:creator><author>TheEagle</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2484459.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2484459</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;May you explain to me how the contact page setting is working?I mean is the email writtin the textbox ignored and how?If so what determine the sender email and the receiver email?&lt;/p&gt;</description></item><item><title>SSL, please help</title><link>http://forums.asp.net/thread/1408616.aspx</link><pubDate>Sun, 24 Sep 2006 20:27:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1408616</guid><dc:creator>emeshuris</dc:creator><author>emeshuris</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/1408616.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=1408616</wfw:commentRss><description>
&lt;p&gt;I set up this appliction, installed CommerceDB on the server, have asp.net db working.&lt;/p&gt;
&lt;p&gt;When I try to log in, this is the error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;The application is configured to issue secure cookies. These cookies require the browser to issue the request over SSL (https protocol). However, the current request is not over SSL.

    
        
        
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Lucida Console";font-size: .9em}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        
    

            &lt;span&gt;&lt;h1&gt;Server Error in &amp;#39;/PayPal_OG&amp;#39; Application.&lt;hr /&gt;&lt;/h1&gt;

            &lt;h2&gt; &lt;em&gt;The application is configured to issue secure cookies. These cookies require the browser to issue the request over SSL (https protocol). However, the current request is not over SSL.&lt;/em&gt; &lt;/h2&gt;&lt;/span&gt;

            &lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;

            &lt;strong&gt; Description: &lt;/strong&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

            &lt;br /&gt;&lt;br /&gt;

            &lt;strong&gt; Exception Details: &lt;/strong&gt;System.Web.HttpException: The application is configured to issue secure cookies. These cookies require the browser to issue the request over SSL (https protocol). However, the current request is not over SSL.&lt;br /&gt;&lt;br /&gt;

            &lt;strong&gt;Source Error:&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;

            &lt;table bgcolor="#ffffcc"&gt;
               &lt;tr&gt;
                  &lt;td&gt;
                      &lt;code&gt;

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/code&gt;

                  &lt;/td&gt;
               &lt;/tr&gt;
            &lt;/table&gt;

            &lt;br /&gt;

            &lt;strong&gt;Stack Trace:&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;

            &lt;table bgcolor="#ffffcc"&gt;
               &lt;tr&gt;
                  &lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;&lt;pre&gt;[HttpException (0x80004005): The application is configured to issue secure cookies. These cookies require the browser to issue the request over SSL (https protocol). However, the current request is not over SSL.]
   System.Web.Security.FormsAuthentication.SetAuthCookie(String userName, Boolean createPersistentCookie, String strCookiePath) +149
   System.Web.Security.FormsAuthentication.SetAuthCookie(String userName, Boolean createPersistentCookie) +53
   System.Web.UI.WebControls.Login.AttemptLogin() +227
   System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +134
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +56
   System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +107
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +178
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +31
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +72
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3839
&lt;/pre&gt;

                  &lt;/td&gt;
               &lt;/tr&gt;
            &lt;/table&gt;

            &lt;br /&gt;

            &lt;hr /&gt;

            &lt;strong&gt;Version Information:&lt;/strong&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

            &lt;/font&gt;

    </description></item><item><title>DashCommerce vs DotShoppingCart starter kit?</title><link>http://forums.asp.net/thread/2458174.aspx</link><pubDate>Tue, 01 Jul 2008 04:05:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2458174</guid><dc:creator>chaumette@gmail.com</dc:creator><author>chaumette@gmail.com</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2458174.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2458174</wfw:commentRss><description>&lt;p&gt;I looked at using one of&amp;nbsp;these starter kits to start a&amp;nbsp;side hobby/business.&amp;nbsp;My preference is using&amp;nbsp;ASP.net 2.0 C# with SQL Server 2005.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can anyone share any feedback on any of the starterkits?&amp;nbsp;Any pros and cons of each.&lt;/p&gt;</description></item><item><title>How to integrate paypalflow pro in my site?</title><link>http://forums.asp.net/thread/2425984.aspx</link><pubDate>Mon, 16 Jun 2008 14:49:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2425984</guid><dc:creator>mndmnd</dc:creator><author>mndmnd</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2425984.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2425984</wfw:commentRss><description>&lt;p&gt;How to integrate paypalflow pro in my asp.net(C#) site.(For credit card detail )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please reply ASAP&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&amp;nbsp;&lt;/p&gt;</description></item><item><title>Website</title><link>http://forums.asp.net/thread/2370388.aspx</link><pubDate>Wed, 21 May 2008 07:31:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2370388</guid><dc:creator>sameer_khanjit</dc:creator><author>sameer_khanjit</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2370388.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=2370388</wfw:commentRss><description>&lt;p&gt;I am going to implement FedEx and and Ups in my website.&lt;/p&gt;&lt;p&gt;I don&amp;#39;t know any thing about both &lt;/p&gt;&lt;p&gt;Please give me detail description how i will do it and how much time it will take.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;b&gt;Sameer&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>