Search

You searched for the word(s): userid:875297

Matching Posts

  • Re: btnAddToCart_Click

    I do not know how to do that when you click btnAddToCart the product is added to the Shopingcart
    Posted to TheBeerHouse Starter Kit (Forum) by Zulya on 7/13/2009
  • btnAddToCart_Click

    Give me how to add a button btnAddToCart to BrowseProducts.aspx <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="ProductID" DataSourceID="SqlDataSource1"> <Columns> <asp:ImageField DataImageUrlField="SmallImageUrl" > </asp:ImageField> <asp:HyperLinkField HeaderText="Наименование товара" DataTextField="Title" DataNavigateUrlFormatString="~/ShowProduct
    Posted to TheBeerHouse Starter Kit (Forum) by Zulya on 7/11/2009
  • Re: Exception from HRESULT: 0x8004D024

    Thank you, problem solved. Replaced by the transaction TransactionScope scope = new TransactionScope() on these lines ServiceConfig svcConfig = new ServiceConfig (); svcConfig.TrackingEnabled = true ; svcConfig.TrackingAppName = "TheBeerHouse" ; svcConfig.TrackingComponentName = "MB.TheBeerHouse.BLL.Store" ; //svcConfig.Transaction = TransactionOptions.RequiresNew; svcConfig.IsolationLevel = TransactionIsolationLevel .ReadCommitted; ServiceDomain .Enter(svcConfig); now everything
    Posted to TheBeerHouse Starter Kit (Forum) by Zulya on 6/14/2009
  • Exception from HRESULT: 0x8004D024

    Help please. Server Error in '/' Application. The transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D024) Description: 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. Exception Details: System.Runtime.InteropServices.COMException: The transaction manager has disabled its support for remote/network
    Posted to TheBeerHouse Starter Kit (Forum) by Zulya on 6/13/2009
Page 1 of 1 (4 items)